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": "Open Link on Second Monitor", "description": "Adds a context menu item to open a link in a new window on the second monitor.", "version": "0.0.1", "icons": { "16": "policy16.png", "48": "policy48.png", "128": "policy128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "system.display", "scripting" ] }