Copy Link Address

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

Qu'est-ce que Copy Link Address ?

Copy Link Address est une extension Chrome développée par Dhruv Vemula, et sa fonction principale est "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Copy Link Address

Téléchargez les fichiers d'extension Copy Link Address au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Copy Link Address Copy Link Address
ID kdejdkdjdoabfihpcjmgjebcpfbhepmh
URL Officiel https://chromewebstore.google.com/detail/copy-link-address/kdejdkdjdoabfihpcjmgjebcpfbhepmh
Description Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!
Taille du Fichier 51.62 KB
Nombre d'Installations 10,000
Version Actuelle 0.5.5
Dernière Mise à Jour 2016-01-04
Date de Publication 2016-01-03
Évaluation 3.35/5 Total 160 Évaluations
Développeur Dhruv Vemula
Type de Paiement free
Site Web de l'Extension https://github.com/dhruvtv/copylinkaddress
URL de la Page d'Aide https://github.com/dhruvtv/copylinkaddress
Langues Prises en Charge 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"
    }
}