Copy Domain Name

Copies the domain name from the URL to your clipboard

Qu'est-ce que Copy Domain Name ?

Copy Domain Name est une extension Chrome développée par bobby.edmonds, et sa fonction principale est "Copies the domain name from the URL to your clipboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy Domain Name

Téléchargez les fichiers d'extension Copy Domain Name au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Copy Domain Name Copy Domain Name
ID gocelmjggdhdmlbddfabmcfheaabcncg
URL Officiel https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg
Description Copies the domain name from the URL to your clipboard
Taille du Fichier 12.27 KB
Nombre d'Installations 28
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2023-05-13
Date de Publication 2023-05-13
Développeur bobby.edmonds
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}