Copy Link Address

Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!

Copy Link Address क्या है?

Copy Link Address Dhruv Vemula द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!"।

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

screenshot
screenshot

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

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

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

                        Use Chrome? Copy link address without right-clicking! Just use your standard keyboard shortcut!

If you need to copy link addresses more than once, you know how annoying it is. You need to right-click, find the "Copy Link Address" menu item, and click it.

This extension makes your life easy. Just point to your link and hit your standard keyboard shortcut (Ctrl-C, or Cmd-C for Mac) and you're done!

Enjoy the extension. We would love feedback.

Known Issues:

1. If, at the time of hovering a link, the cursor was in a textbox (without anything selected), the extension clears the cursor, saving the caret position. When you move away from the link, the caret position is restored.

2. If, at the time of hovering a link, the cursor was in the Chrome omnibox (address bar), the extension does not work (Chrome provides no way of clearing the cursor, a requirement for the extension to work).                    

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

नाम Copy Link Address Copy Link Address
ID kdejdkdjdoabfihpcjmgjebcpfbhepmh
आधिकारिक URL https://chromewebstore.google.com/detail/copy-link-address/kdejdkdjdoabfihpcjmgjebcpfbhepmh
विवरण Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!
फ़ाइल का आकार 51.62 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.5.5
अंतिम अपडेट 2016-01-04
प्रकाशन तिथि 2016-01-03
रेटिंग 3.35/5 कुल 160 रेटिंग्स
डेवलपर Dhruv Vemula
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dhruvtv/copylinkaddress
सहायता पृष्ठ URL https://github.com/dhruvtv/copylinkaddress
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Link Address",
    "version": "0.5.5",
    "description": "Copy link address without right-clicking. Just hover the link and hit Ctrl-C \/ Cmd-C!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "copylinkaddress.js"
            ]
        }
    ],
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}