Open selected links
Opens selected links in background tabs
What is Open selected links?
Open selected links is a Chrome extension developed by wivb, and its main feature is "Opens selected links in background tabs".
Download Open selected links Extension CRX File
Download Open selected links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | njkcpjfigohkmimimlohpjilhfamnkjg |
Official URL | https://chrome.google.com/webstore/detail/open-selected-links/njkcpjfigohkmimimlohpjilhfamnkjg |
Description | Opens selected links in background tabs |
File Size | 19.99 KB |
Installation Count | 73 |
Current Version | 0.0.2 |
Last Updated | 2016-10-15 |
Publish Date | 2016-10-15 |
Rating | 2.25/5 Total 4 Ratings |
Developer | wivb |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "scripts": [ "menus.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "dom.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Opens selected links in background tabs", "icons": { "128": "OpenSelectedLinks_128x128.png", "16": "OpenSelectedLinks_16x16.png", "48": "OpenSelectedLinks_48x48.png" }, "manifest_version": 2, "name": "Open selected links", "permissions": [ "contextMenus", "downloads", "storage", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" } |