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
官方網址 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"
    ]
}