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