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": "Link Grabber", "manifest_version": 3, "version": "0.6.1", "description": "An easy to use extractor or grabber for hyperlinks on an HTML page", "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "scripting", "storage" ], "incognito": "split", "options_ui": { "browser_style": false, "page": "\/html\/options.html" }, "icons": { "16": "\/images\/link_go_16.png", "32": "\/images\/link_go_32.png", "48": "\/images\/link_go_48.png", "128": "\/images\/link_go_128.png" }, "background": { "service_worker": "\/js\/service_worker.js" }, "action": { "default_icon": "\/images\/link_go_19.png", "default_title": "Extract the links on this page" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } }