Open Selected URLs In New Tabs Context Menu

Open Selected URLs In New Tabs Context Menu

Co to jest Open Selected URLs In New Tabs Context Menu?

Open Selected URLs In New Tabs Context Menu to rozszerzenie Chrome opracowane przez budajeff, a jego główną funkcją jest „Open Selected URLs In New Tabs Context Menu”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Open Selected URLs In New Tabs Context Menu

Pobierz pliki rozszerzeń Open Selected URLs In New Tabs Context Menu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Open Selected URLs In New Tabs Context Menu Open Selected URLs In New Tabs Context Menu
ID kedjenkbifoahbkaopeeajelknppcjfk
Oficjalny URL https://chromewebstore.google.com/detail/open-selected-urls-in-new/kedjenkbifoahbkaopeeajelknppcjfk
Opis Open Selected URLs In New Tabs Context Menu
Rozmiar pliku 6.12 KB
Liczba instalacji 46
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-01-18
Data Publikacji 2020-01-18
Deweloper budajeff
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}