Cowboy Copy

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

Cowboy Copyとは何ですか?

Cowboy CopyはRyanFlowersによって開発されたChromeの拡張機能で、その主な機能は「This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin」です。

拡張機能のスクリーンショット

screenshot

Cowboy Copy拡張機能のCRXファイルをダウンロード

Cowboy Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Cowboy Copy Cowboy Copy
ID amlgaokecclcilbpmdghaiehlagjgcjl
公式URL https://chromewebstore.google.com/detail/cowboy-copy/amlgaokecclcilbpmdghaiehlagjgcjl
説明 This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin
ファイルサイズ 17.25 KB
インストール数 54
現在のバージョン 0.9
最終更新日 2021-12-14
公開日 2021-12-13
評価 5.00/5 合計 1 レビュー
開発者 RyanFlowers
Eメール [email protected]
支払い方法 free
対応言語 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"
            }
        }
    }
}