Tab List Editor
Like OneTab but leaner and with minimum permissions, without tracking.
Tab List Editorคืออะไร?
Tab List Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.freezeec.com และคุณลักษณะหลักของมันคือ "Like OneTab but leaner and with minimum permissions, without tracking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab List Editor
ดาวน์โหลดไฟล์ส่วนขยาย Tab List Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Like OneTab but leaner and FOSS. Named "Tab List Editor". It started out with the idea of being a OneTab clone where I would release the source code but immediately I found stuff I could do better and lighter than OneTab. For example OneTab runs constantly, while this runs only when it's called or the tab groups page is displayed. (Event pages [this] vs. persistent background page [OneTab].) Tabs are grouped by date. You can delete an entire groupe of tabs. When you click on "save all" a new group is created. Options let you choose if you want to display urls and if you want to order tabs by urls. You can also delete a single tab. I advocate to keep only one group. "Tab List Editor" capture only current window tab's.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | epcdfhdjamhajclkdhoajboimllpefef |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tab-list-editor/epcdfhdjamhajclkdhoajboimllpefef |
คำอธิบาย | Like OneTab but leaner and with minimum permissions, without tracking. |
ขนาดไฟล์ | 585 KB |
จำนวนการติดตั้ง | 406 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-08-16 |
วันที่เผยแพร่ | 2017-08-16 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://www.freezeec.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab List Editor", "version": "1.0", "description": "Like OneTab but leaner and with minimum permissions, without tracking.", "icons": [], "browser_action": { "default_popup": "popup.html", "default_title": "Tab List Editor" }, "background": { "page": "tablisteditor.html", "persistent": false }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "contextMenus" ] } |