Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Copy All Urlsคืออะไร?
Copy All Urls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kdmsnr และคุณลักษณะหลักของมันคือ "This extension copies all url on the current window to the clipboard. You can set the format up at option menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy All Urls
ดาวน์โหลดไฟล์ส่วนขยาย Copy All Urls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
คำอธิบาย | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
ขนาดไฟล์ | 5.27 KB |
จำนวนการติดตั้ง | 3,801 |
เวอร์ชันปัจจุบัน | 0.2.7 |
อัปเดตครั้งล่าสุด | 2013-06-25 |
วันที่เผยแพร่ | 2013-06-25 |
คะแนน | 4.00/5 รวมทั้งหมด 40 คะแนน |
ผู้พัฒนา | kdmsnr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy All Urls", "version": "0.2.7", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |