CopyURL

Copy the URL and title of the active page.

¿Qué es CopyURL?

CopyURL es una extensión de Chrome desarrollada por hiroyuki.komatsu, y su función principal es "Copy the URL and title of the active page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CopyURL

Descarga archivos de extensión CopyURL 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

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

Información Básica de la Extensión

Nombre CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
URL Oficial https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Descripción Copy the URL and title of the active page.
Tamaño del Archivo 7.09 KB
Cantidad de Instalaciones 167
Versión Actual 1.4
Última Actualización 2023-12-08
Fecha de Publicación 2020-06-21
Desarrollador hiroyuki.komatsu
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/hiroyuki-komatsu/copyurl
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}