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
官方網址 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
電子郵箱 [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"
            }
        }
    }
}