Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Copy-URLคืออะไร?
Copy-URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wimiles และคุณลักษณะหลักของมันคือ "Copy only the domain name. Developed by: Devin G. and William M."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy-URL
ดาวน์โหลดไฟล์ส่วนขยาย Copy-URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copy the Domain URL of the page you are on.
Places a button next to your address bar, allowing you to copy the Domain.
- This only copies the domain name (ie domain.com or www.domain.com)
- Removes extras (such as http:// and /index.html)
- Useful if you ping/dig/nslookup lots of domain names
Updates:
0.0.2: Added popup to show text copied successfully.
0.0.3: Decreased time popup lasts by request.
0.1.0: Reworked code to work on Mac and Linux.
0.1.2: Bug fix. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
| คำอธิบาย | Copy only the domain name. Developed by: Devin G. and William M. |
| ขนาดไฟล์ | 3.68 KB |
| จำนวนการติดตั้ง | 338 |
| เวอร์ชันปัจจุบัน | 0.1.2 |
| อัปเดตครั้งล่าสุด | 2012-11-30 |
| วันที่เผยแพร่ | 2012-11-30 |
| คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
| ผู้พัฒนา | Wimiles |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy-URL",
"description": "Copy only the domain name. Developed by: Devin G. and William M.",
"version": "0.1.2",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "code.html"
}
} | |