Copy Domain Name

Copies the domain name from the URL to your clipboard

Hvad er Copy Domain Name?

Copy Domain Name er en Chrome-udvidelse udviklet af bobby.edmonds, og dens hovedfunktion er "Copies the domain name from the URL to your clipboard".

Udvidelsesskærmbilleder

screenshot

Download Copy Domain Name-udvidelses-CRX-fil

Download Copy Domain Name-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Copy Domain Name Copy Domain Name
ID gocelmjggdhdmlbddfabmcfheaabcncg
Officiel URL https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg
Beskrivelse Copies the domain name from the URL to your clipboard
Filstørrelse 12.27 KB
Antal Installationer 28
Nuværende Version 0.0.0.1
Senest Opdateret 2023-05-13
Udgivelsesdato 2023-05-13
Udvikler bobby.edmonds
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}