refined-github-safari icon indicating copy to clipboard operation
refined-github-safari copied to clipboard

Persistent storage for Refined GitHub data

Open lautis opened this issue 6 years ago • 0 comments

Th extension storage is limited to the lifetime of the extension instance - it’s just a variable in the extension class. In Chrome, the chrome.storage.local and chrome.storage.sync persists over browser restarts, so perhaps it should behave similarly here too.

I assume extension cannot be run in multiple processes simultaneously. If this was the case, then the problem is more complex.

lautis avatar Feb 25 '19 23:02 lautis