Fine Link Selector

Make it easy to select a part of link texts

Was ist Fine Link Selector?

Fine Link Selector ist eine Chrome-Erweiterung, die von mkhr entwickelt wurde, und ihr Hauptmerkmal ist "Make it easy to select a part of link texts".

Erweiterungsscreenshots

screenshot
screenshot

Fine Link Selector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fine Link Selector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
Offizielle URL https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
Beschreibung Make it easy to select a part of link texts
Dateigröße 20.34 KB
Installationsanzahl 2,104
Aktuelle Version 0.1.5
Letztes Update 2013-02-06
Veröffentlichungsdatum 2013-02-06
Bewertung 4.90/5 Insgesamt 20 Bewertungen
Entwickler mkhr
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}