Copy Domain Name

Copies the domain name from the URL to your clipboard

Wat is Copy Domain Name?

Copy Domain Name is een Chrome-extensie ontwikkeld door bobby.edmonds, en de belangrijkste functie is "Copies the domain name from the URL to your clipboard".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy Domain Name

Download Copy Domain Name-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Copy Domain Name Copy Domain Name
ID gocelmjggdhdmlbddfabmcfheaabcncg
Officiële URL https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg
Beschrijving Copies the domain name from the URL to your clipboard
Bestandsgrootte 12.27 KB
Aantal Installaties 28
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2023-05-13
Publicatiedatum 2023-05-13
Ontwikkelaar bobby.edmonds
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}