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
公式URL 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"
    ]
}