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": "Save Tabs as Text & File", "description": "Copy, Save, and Apply Tabs as urls.", "version": "3.0", "permissions": [ "tabs", "tabGroups", "clipboardRead", "clipboardWrite", "storage" ], "action": { "default_title": "Save Tabs as Text & File" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon128.png" }, "default_locale": "en" }