Copy Text as Link
Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.
Was ist Copy Text as Link?
Copy Text as Link ist eine Chrome-Erweiterung, die von Ryan Spain entwickelt wurde, und ihr Hauptmerkmal ist "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.".
Erweiterungsscreenshots
Copy Text as Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Text as Link-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
This extension removes the need to copy a link address and link text seperately. By simply highlighting text on a webpage, right-clicking and selected 'Copy text as link', the selected text will be copied to the clipboard as a link using the active tabs URL. Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact. Pasted links will inherit the styling of the target rich text editor.
Grundlegende Informationen zur Erweiterung
Name | Copy Text as Link |
ID | jdhbnbfdhfndpjafikjmbdabogdecenp |
Offizielle URL | https://chromewebstore.google.com/detail/copy-text-as-link/jdhbnbfdhfndpjafikjmbdabogdecenp |
Beschreibung | Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact. |
Dateigröße | 14.3 KB |
Installationsanzahl | 93 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-11-11 |
Veröffentlichungsdatum | 2021-09-12 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Ryan Spain |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ryanspain/chromium-copy-text-as-link |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Text as Link", "description": "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.", "version": "1.0", "manifest_version": 3, "icons": { "16": ".\/images\/icon-16x16.png", "32": ".\/images\/icon-32x32.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" }, "background": { "service_worker": ".\/background.js" }, "permissions": [ "tabs", "scripting", "contextMenus" ], "host_permissions": [ " |