Cowboy Copy
This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin
Was ist Cowboy Copy?
Cowboy Copy ist eine Chrome-Erweiterung, die von RyanFlowers entwickelt wurde, und ihr Hauptmerkmal ist "This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin".
Erweiterungsscreenshots
Cowboy Copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cowboy Copy-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
Other Host Copy utility extensions copy the entire URL. But this works badly when you're trying to do DNS lookups and need the domain for other purposes. For that, Cowboy Copy is what you want! If you go to https://www.google.com and click on Cowboy Copy, it will copy just "google.com" to your clipboard. It's as simple as that!
Grundlegende Informationen zur Erweiterung
Name | Cowboy Copy |
ID | amlgaokecclcilbpmdghaiehlagjgcjl |
Offizielle URL | https://chromewebstore.google.com/detail/cowboy-copy/amlgaokecclcilbpmdghaiehlagjgcjl |
Beschreibung | This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin |
Dateigröße | 17.25 KB |
Installationsanzahl | 54 |
Aktuelle Version | 0.9 |
Letztes Update | 2021-12-14 |
Veröffentlichungsdatum | 2021-12-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | RyanFlowers |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cowboy Copy", "short_name": "cowboycopy", "description": "This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin", "version": "0.9", "browser_action": { "default_icon": "img\/icon16.png", "default_title": "Press the button to copy the hostname to the clipboard", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" } } } } |