Copy Domain Name

Copies the domain name from the URL to your clipboard

Cos'è Copy Domain Name?

Copy Domain Name è un'estensione di Chrome sviluppata da bobby.edmonds, e la sua funzione principale è "Copies the domain name from the URL to your clipboard".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copy Domain Name

Scarica i file di estensione Copy Domain Name 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

                        This extension allows you to copy just the domain name from a URL to your clipboard with a single click.                    

Informazioni di Base sull'Estensione

Nome Copy Domain Name Copy Domain Name
ID gocelmjggdhdmlbddfabmcfheaabcncg
URL Ufficiale https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg
Descrizione Copies the domain name from the URL to your clipboard
Dimensione del File 12.27 KB
Conteggio Installazioni 28
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2023-05-13
Data di Pubblicazione 2023-05-13
Sviluppatore bobby.edmonds
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Domain Name",
    "version": "0.0.0.1",
    "description": "Copies the domain name from the URL to your clipboard",
    "manifest_version": 3,
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png"
    }
}