Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Save", "description": "One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.", "version": "1.4.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/github.com\/lmmx\/tabsave", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Louis Maddox", "omnibox": { "keyword": "tabsave" }, "permissions": [ "downloads", "tabs" ], "host_permissions": [ "<all_urls>", "https:\/\/www.googleapis.com\/*" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "options_page": "options.html" }