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": "__MSG_appName__", "version": "3.0", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "service_worker": "js\/Background.js" }, "options_page": "pages\/options.html", "icons": { "16": "images\/klipper-small-logo.png", "48": "images\/klipper-small-logo.png", "128": "images\/klipper-small-logo.png" }, "content_scripts": [ { "matches": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/DebugLogger.js", "js\/DateFormatter.js", "js\/LinkProcessor.js", "js\/ArrayUtils.js", "js\/ErrorBoundary.js", "js\/ConnectionManager.js", "js\/ContainerHighlighter.js", "js\/LinkSelection.js", "js\/MouseTrap.js", "js\/ExtractSelected.js" ], "css": [ "css\/core.css" ], "run_at": "document_end", "all_frames": true } ], "action": { "default_icon": "images\/klipper-small-logo.png", "default_title": "Link Klipper Old: Extract the links of this page to a CSV", "default_popup": "pages\/popup.html" }, "permissions": [ "storage", "activeTab", "scripting", "contextMenus", "management" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ] }