Cowboy Copy

This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin

Wat is Cowboy Copy?

Cowboy Copy is een Chrome-extensie ontwikkeld door RyanFlowers, en de belangrijkste functie is "This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cowboy Copy

Download Cowboy Copy-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

                        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!                    

Basisinformatie over de Extensie

Naam Cowboy Copy Cowboy Copy
ID amlgaokecclcilbpmdghaiehlagjgcjl
Officiële URL https://chromewebstore.google.com/detail/cowboy-copy/amlgaokecclcilbpmdghaiehlagjgcjl
Beschrijving This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin
Bestandsgrootte 17.25 KB
Aantal Installaties 54
Huidige Versie 0.9
Laatst Bijgewerkt 2021-12-14
Publicatiedatum 2021-12-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar RyanFlowers
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        }
    }
}