Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnapShot Tabs", "version": "0.1.1", "manifest_version": 3, "description": "Helps to save and open many tabs at a time.", "icons": { "128": "assets\/icon128.png" }, "permissions": [ "unlimitedStorage", "storage", "tabs" ], "action": { "default_popup": "src\/popup\/popup.html" }, "background": { "service_worker": "src\/background.js" }, "options_page": "src\/options\/options.html" }