CopyURL

Copy the URL and title of the active page.

Cos'è CopyURL?

CopyURL è un'estensione di Chrome sviluppata da hiroyuki.komatsu, e la sua funzione principale è "Copy the URL and title of the active page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CopyURL

Scarica i file di estensione CopyURL 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

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

Informazioni di Base sull'Estensione

Nome CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
URL Ufficiale https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Descrizione Copy the URL and title of the active page.
Dimensione del File 7.09 KB
Conteggio Installazioni 167
Versione Corrente 1.4
Ultimo Aggiornamento 2023-12-08
Data di Pubblicazione 2020-06-21
Sviluppatore hiroyuki.komatsu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hiroyuki-komatsu/copyurl
Lingue Supportate 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"
    }
}