Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janhancic/chromestorage
https://github.com/janhancic/chromestorage
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/janhancic/chromestorage
- Owner: janhancic
- License: other
- Created: 2013-01-02T23:08:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-03T18:00:13.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T19:15:47.067Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# chromeStorage
A wrapper around `localStorage` & `chrome.storage.sync`. Provides chrome's storage features (syncing, multiple assignments, ...) without the cumbersome asynchronous API, i.e., without callbacks to get a value.More information to come when it's actually working.
## Testing
This whole repositoriy is a Chrome extension meant for testing. Load the folder into chrome (load unpacked extension) and open the options page (`test.html`). Tests will run automatically. Refresh page to run the tests again.Uses [QUnit](http://qunitjs.com/) for testing.
## License
TODO