You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
Chrome plugins allow storing of data with localStorage - however that data is only accessible on the domain where it was saved. To overcome this chrome allows background pages that plugins can query and access a single localStorage instance.
We can use this to store the users preferred Service Provider (either twitter or identi.ca at this point). Functionality is in the plugin already but it does not use a single instance of the localStorage - each website has it's own instance.
Chrome plugins allow storing of data with localStorage - however that data is only accessible on the domain where it was saved. To overcome this chrome allows background pages that plugins can query and access a single localStorage instance.
We can use this to store the users preferred Service Provider (either twitter or identi.ca at this point). Functionality is in the plugin already but it does not use a single instance of the localStorage - each website has it's own instance.