Copy Domain Name

Copies the domain name from the URL to your clipboard

Copy Domain Nameคืออะไร?

Copy Domain Name เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bobby.edmonds และคุณลักษณะหลักของมันคือ "Copies the domain name from the URL to your clipboard"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Domain Name

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}