Copy Domain Name

Copies the domain name from the URL to your clipboard

Copy Domain Nameとは何ですか?

Copy Domain Nameはbobby.edmondsによって開発されたChromeの拡張機能で、その主な機能は「Copies the domain name from the URL to your clipboard」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows you to copy just the domain name from a URL to your clipboard with a single click.                    

拡張機能の基本情報

名前 Copy Domain Name Copy Domain Name
ID gocelmjggdhdmlbddfabmcfheaabcncg
公式URL https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg
説明 Copies the domain name from the URL to your clipboard
ファイルサイズ 12.27 KB
インストール数 28
現在のバージョン 0.0.0.1
最終更新日 2023-05-13
公開日 2023-05-13
開発者 bobby.edmonds
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}