Copy Domain Name
Copies the domain name from the URL to your clipboard
Was ist Copy Domain Name?
Copy Domain Name ist eine Chrome-Erweiterung, die von bobby.edmonds entwickelt wurde, und ihr Hauptmerkmal ist "Copies the domain name from the URL to your clipboard".
Erweiterungsscreenshots
Copy Domain Name-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Domain Name-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to copy just the domain name from a URL to your clipboard with a single click. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gocelmjggdhdmlbddfabmcfheaabcncg |
| Offizielle URL | https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg |
| Beschreibung | Copies the domain name from the URL to your clipboard |
| Dateigröße | 12.27 KB |
| Installationsanzahl | 28 |
| Aktuelle Version | 0.0.0.1 |
| Letztes Update | 2023-05-13 |
| Veröffentlichungsdatum | 2023-05-13 |
| Entwickler | bobby.edmonds |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |