Hyperlink Text Selector

Hold Shift and select text from a link.

Co to jest Hyperlink Text Selector?

Hyperlink Text Selector to rozszerzenie Chrome opracowane przez holden321, a jego główną funkcją jest „Hold Shift and select text from a link.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hyperlink Text Selector

Pobierz pliki rozszerzeń Hyperlink Text Selector 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

                        Small and fast extension.
Looks and feels almost like in the Opera browser :)
Enjoy!                    

Podstawowe informacje o rozszerzeniu

Nazwa Hyperlink Text Selector Hyperlink Text Selector
ID ojnfanikhkhoklphdcehbolcpeipbaec
Oficjalny URL https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec
Opis Hold Shift and select text from a link.
Rozmiar pliku 14.66 KB
Liczba instalacji 1,387
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2015-01-03
Data Publikacji 2015-01-03
Ocena 4.06/5 Łącznie 50 Oceny
Deweloper holden321
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperlink Text Selector",
    "short_name": "Select Link",
    "description": "Hold Shift and select text from a link.",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}