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.

¿Qué es Copy Text as Link?

Copy Text as Link es una extensión de Chrome desarrollada por Ryan Spain, y su función principal es "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Copy Text as Link

Descarga archivos de extensión Copy Text as Link en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Copy Text as Link Copy Text as Link
ID jdhbnbfdhfndpjafikjmbdabogdecenp
URL Oficial https://chromewebstore.google.com/detail/copy-text-as-link/jdhbnbfdhfndpjafikjmbdabogdecenp
Descripción Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.
Tamaño del Archivo 14.3 KB
Cantidad de Instalaciones 93
Versión Actual 1.0
Última Actualización 2021-11-11
Fecha de Publicación 2021-09-12
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Ryan Spain
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ryanspain/chromium-copy-text-as-link
Idiomas Soportados 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": [
        ""
    ]
}