Store angular settings for chrome extensions
$ component install familyfound/chrome-storage
Load data from chrome.storage.sync for the given settingsManager. Next is called on completion.
Save data from the settingsManager into chrome.storage.sync. Next is called on completion.
Restricted to attribute. Pass in the name of the settingsManager that
you want stored. This directive is to be used in conjunction with
angular-settings
, as it watches the settings object there for
changes.
MIT