Copy Link Address

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

Was ist Copy Link Address?

Copy Link Address ist eine Chrome-Erweiterung, die von Dhruv Vemula entwickelt wurde, und ihr Hauptmerkmal ist "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!".

Erweiterungsscreenshots

screenshot
screenshot

Copy Link Address-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Link Address-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Copy Link Address Copy Link Address
ID kdejdkdjdoabfihpcjmgjebcpfbhepmh
Offizielle URL https://chromewebstore.google.com/detail/copy-link-address/kdejdkdjdoabfihpcjmgjebcpfbhepmh
Beschreibung Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!
Dateigröße 51.62 KB
Installationsanzahl 10,000
Aktuelle Version 0.5.5
Letztes Update 2016-01-04
Veröffentlichungsdatum 2016-01-03
Bewertung 3.35/5 Insgesamt 160 Bewertungen
Entwickler Dhruv Vemula
Zahlungsart free
Erweiterungswebsite https://github.com/dhruvtv/copylinkaddress
Hilfeseite URL https://github.com/dhruvtv/copylinkaddress
Unterstützte Sprachen 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"
    }
}