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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RyanFlowers และคุณลักษณะหลักของมันคือ "This extension copies the current domain (without WWW) to your clipboard. Forked from Copy Host 1.0 by djadmin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cowboy Copy
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" } } } } |