Hyperlink Text Selector

Hold Shift and select text from a link.

Hyperlink Text Selectorとは何ですか?

Hyperlink Text Selectorはholden321によって開発されたChromeの拡張機能で、その主な機能は「Hold Shift and select text from a link.」です。

拡張機能のスクリーンショット

screenshot

Hyperlink Text Selector拡張機能のCRXファイルをダウンロード

Hyperlink Text Selector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Small and fast extension.
Looks and feels almost like in the Opera browser :)
Enjoy!                    

拡張機能の基本情報

名前 Hyperlink Text Selector Hyperlink Text Selector
ID ojnfanikhkhoklphdcehbolcpeipbaec
公式URL https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec
説明 Hold Shift and select text from a link.
ファイルサイズ 14.66 KB
インストール数 1,387
現在のバージョン 1.3
最終更新日 2015-01-03
公開日 2015-01-03
評価 4.06/5 合計 50 レビュー
開発者 holden321
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperlink Text Selector",
    "short_name": "Select Link",
    "description": "Hold Shift and select text from a link.",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}