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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight extension that makes any link selectable while [Alt], [Meta], or [Command] key is pressed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinkSuppressor: Make Any Link Selectable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}