Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Tab Listคืออะไร?
Tab List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 0xfd000000 และคุณลักษณะหลักของมันคือ "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab List
ดาวน์โหลดไฟล์ส่วนขยาย Tab List ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference. The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs. The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
คำอธิบาย | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
ขนาดไฟล์ | 36.36 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0.0.1 |
อัปเดตครั้งล่าสุด | 2018-04-08 |
วันที่เผยแพร่ | 2018-04-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | 0xfd000000 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/0xfd000000/tablist |
URL หน้าช่วยเหลือ | https://github.com/0xfd000000/tablist/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab List", "version": "1.0.0.1", "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.", "permissions": [ "tabs", "chrome:\/\/favicon\/*", "downloads" ], "browser_action": { "default_title": "Tabbidy tab-tab", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |