mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Web Store API Sample App
Lets you upload and publish Chrome Apps and Extensions folders stored locally on your hard drive. The chrome.identity API is used to retrieve a valid token to authenticate against the Chrome Web Store Publish API. The zip process is handled by the external library zip.js and the chrome.fileSystem API.

