Fine Link Selector

Make it easy to select a part of link texts

Co to jest Fine Link Selector?

Fine Link Selector to rozszerzenie Chrome opracowane przez mkhr, a jego główną funkcją jest „Make it easy to select a part of link texts”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fine Link Selector

Pobierz pliki rozszerzeń Fine Link 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

                        While holding down [Ctrl] + [Alt], you can select a part of a link text in the same way as a plain text.
You can change the combination of modifier keys at the options page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
Oficjalny URL https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
Opis Make it easy to select a part of link texts
Rozmiar pliku 20.34 KB
Liczba instalacji 2,104
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2013-02-06
Data Publikacji 2013-02-06
Ocena 4.90/5 Łącznie 20 Oceny
Deweloper mkhr
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fine Link Selector",
    "version": "0.1.5",
    "description": "__MSG_Manifest_Description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "css": [
                "css\/cs.css"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "options_page": "html\/opt.html",
    "permissions": [
        "storage"
    ]
}