Fine Link Selector

Make it easy to select a part of link texts

What is Fine Link Selector?

Fine Link Selector is a Chrome extension developed by mkhr, and its main feature is "Make it easy to select a part of link texts".

Extension Screenshots

screenshot
screenshot

Download Fine Link Selector Extension CRX File

Download Fine Link Selector 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

                        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.                    

Extension Basic Information

Name Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
Official URL https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
Description Make it easy to select a part of link texts
File Size 20.34 KB
Installation Count 2,104
Current Version 0.1.5
Last Updated 2013-02-06
Publish Date 2013-02-06
Rating 4.90/5 Total 20 Ratings
Developer mkhr
Payment Type free
Supported Languages 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"
    ]
}