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", "name": "Open Multiple Links", "description": "Select text with links and open them all in new tabs", "version": "1.3.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "64": "assets\/icons\/icon-64.png", "128": "assets\/icons\/icon-128.png" }, "permissions": [ "contextMenus" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js" } }