LinkSuppressor: Make Any Link Selectable

A lightweight extension that makes any link selectable while [Alt], [Meta], or [Command] key is pressed.

LinkSuppressor: Make Any Link Selectableとは何ですか?

LinkSuppressor: Make Any Link SelectableはHiroshi Yamamotoによって開発されたChromeの拡張機能で、その主な機能は「A lightweight extension that makes any link selectable while [Alt], [Meta], or [Command] key is pressed.」です。

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

screenshot
screenshot

LinkSuppressor: Make Any Link Selectable拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        LinkSuppressor enables an intuitive partial link selection by suppressing Chrome's "Drag & Drop Link" feature. All you have to do is selecting a link text with any of [Alt]/[Window]/[Command] key being pressed. Since this extension temporarily suppresses a single unwanted feature, any of the meta information associated with the original text won't be lost when you copy-and-paste into other rich-text editors.

Usage:

 * Windows : Press [Alt] while selecting a link
 * Mac OS X: Press [Alt] or [Command] while selecting a link
 * Other   : Press [Alt] or [Meta] while selecting a link

Release Note:

1.0.4
    * now works on windows / linux
    * added a hack for news.gogle.com
    * adjust the timing when the first listener is added.
1.0.0
    * built for mac testers                    

拡張機能の基本情報

名前 LinkSuppressor: Make Any Link Selectable LinkSuppressor: Make Any Link Selectable
ID jffdmjmhkinopagcjgfjjfoagglhnhff
公式URL https://chromewebstore.google.com/detail/linksuppressor-make-any-l/jffdmjmhkinopagcjgfjjfoagglhnhff
説明 A lightweight extension that makes any link selectable while [Alt], [Meta], or [Command] key is pressed.
ファイルサイズ 13.2 KB
インストール数 791
現在のバージョン 1.0.4
最終更新日 2014-02-11
公開日 2014-02-11
評価 3.27/5 合計 11 レビュー
開発者 Hiroshi Yamamoto
支払い方法 free
拡張機能のウェブサイト https://github.com/hyamamoto/linksuppressor
ヘルプページのURL https://github.com/hyamamoto/linksuppressor/issues
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "LinkSuppressor",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.4",
    "author": "Hiroshi Yamamoto",
    "icons": {
        "19": "icons\/selectable19.png",
        "128": "icons\/selectable.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "src\/link_suppressor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "icons\/selectable19.png"
    ]
}