Link to Here

Adds a context menu to link to the nearest anchor before the selected text.

Link to Here क्या है?

Link to Here Jeffrey Yasskin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a context menu to link to the nearest anchor before the selected text."।

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

screenshot

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

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

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

                        Have you ever wanted to link to a specific place in a web page, but the page's authors forgot to tell you the right link target? This extension finds the nearest linkable place in the page before the text you've selected and links there.

This extension uses the new activeTab permission to avoid running on any page except the ones you explicitly ask it to, so it currently only supports the Chrome beta channel.

WARNING: This extension will probably do badly on pages with iframes, especially cross-origin iframes. We'll fix this eventually...                    

एक्सटेंशन की मूल जानकारी

नाम Link to Here Link to Here
ID fhpigohjannbboeplbkfdkojklnjiknh
आधिकारिक URL https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh
विवरण Adds a context menu to link to the nearest anchor before the selected text.
फ़ाइल का आकार 4.98 KB
स्थापना संख्या 168
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2013-02-20
प्रकाशन तिथि 2013-02-19
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Jeffrey Yasskin
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link to Here",
    "version": "0.2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "26",
    "description": "Adds a context menu to link to the nearest anchor before the selected text.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "offline_enabled": true
}