copy tab urls
copy tab url and titles.
copy tab urlsคืออะไร?
copy tab urls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย msakamoto-sf และคุณลักษณะหลักของมันคือ "copy tab url and titles."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย copy tab urls
ดาวน์โหลดไฟล์ส่วนขยาย copy tab urls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension for copy urls and titles for all tabs in current window, and format by preset template. Useful when create cited urls from opend tabs. Original source : https://github.com/msakamoto-sf/copy_tab_urls
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dpddcgncoldfnleboobgkogkjnbdofce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce |
คำอธิบาย | copy tab url and titles. |
ขนาดไฟล์ | 44.28 KB |
จำนวนการติดตั้ง | 256 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-02-28 |
วันที่เผยแพร่ | 2015-02-28 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | msakamoto-sf |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "copy tab urls", "version": "1.0", "description": "copy tab url and titles.", "browser_action": { "default_icon": "copy_tab_urls_128.png", "default_title": "copy all tab url and titles", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/eventpage.js" ], "persistent": false }, "permissions": [ "tabs" ], "options_page": "options.html", "minimum_chrome_version": "22", "author": "msakamoto-sf |