Open Selected URLs In New Tabs Context Menu

Open Selected URLs In New Tabs Context Menu

What is Open Selected URLs In New Tabs Context Menu?

Open Selected URLs In New Tabs Context Menu is a Chrome extension developed by budajeff, and its main feature is "Open Selected URLs In New Tabs Context Menu".

Extension Screenshots

screenshot
screenshot

Download Open Selected URLs In New Tabs Context Menu Extension CRX File

Download Open Selected URLs In New Tabs Context Menu 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

                        A right-click context menu item that opens every URL in the selected text in a new browser tab                    

Extension Basic Information

Name Open Selected URLs In New Tabs Context Menu Open Selected URLs In New Tabs Context Menu
ID kedjenkbifoahbkaopeeajelknppcjfk
Official URL https://chromewebstore.google.com/detail/open-selected-urls-in-new/kedjenkbifoahbkaopeeajelknppcjfk
Description Open Selected URLs In New Tabs Context Menu
File Size 6.12 KB
Installation Count 46
Current Version 0.1
Last Updated 2020-01-18
Publish Date 2020-01-18
Developer budajeff
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.1",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": ""
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "contentScript.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab",
        ""
    ]
}