Copy Link Address

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

Cos'è Copy Link Address?

Copy Link Address è un'estensione di Chrome sviluppata da Dhruv Vemula, e la sua funzione principale è "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Copy Link Address

Scarica i file di estensione Copy Link Address in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Copy Link Address Copy Link Address
ID kdejdkdjdoabfihpcjmgjebcpfbhepmh
URL Ufficiale https://chromewebstore.google.com/detail/copy-link-address/kdejdkdjdoabfihpcjmgjebcpfbhepmh
Descrizione Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!
Dimensione del File 51.62 KB
Conteggio Installazioni 10,000
Versione Corrente 0.5.5
Ultimo Aggiornamento 2016-01-04
Data di Pubblicazione 2016-01-03
Valutazione 3.35/5 Totale 160 Valutazioni
Sviluppatore Dhruv Vemula
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dhruvtv/copylinkaddress
URL della Pagina di Aiuto https://github.com/dhruvtv/copylinkaddress
Lingue Supportate 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"
    }
}