Fine Link Selector

Make it easy to select a part of link texts

什麼是Fine Link Selector?

Fine Link Selector是由mkhr開發的Chrome擴展程式,該擴展的主要功能是“Make it easy to select a part of link texts”。

擴展截圖

screenshot
screenshot

下載Fine Link Selector擴展crx文件

下載Fine Link Selector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
官方網址 https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
簡介 Make it easy to select a part of link texts
檔案大小 20.34 KB
安裝次數 2,104
目前版本 0.1.5
更新時間 2013-02-06
上架時間 2013-02-06
評分 4.90/5 共 20 次評分
開發者 mkhr
付費類型 free
支援的語言 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"
    ]
}