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", "manifest_version": 3, "name": "Save for later", "version": "1.3.1", "description": "Save tabs in window to be used later", "icons": { "36": "icons\/main-36.png", "48": "icons\/main-48.png", "64": "icons\/main-64.png", "96": "icons\/main-96.png", "128": "icons\/main-128.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background-script.js" }, "action": { "default_icon": "icons\/main-64.png", "default_title": "Save for later", "default_popup": "popup\/main.html", "browser_style": true }, "offline_enabled": true }