Tabli
A simple, powerful tab manager
Tabliคืออะไร?
Tabli เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gettabli.com และคุณลักษณะหลักของมันคือ "A simple, powerful tab manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabli
ดาวน์โหลดไฟล์ส่วนขยาย Tabli ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tabli is a free tab manager for Google Chrome that provides fast switching between windows and tabs and the ability to save and restore windows. Tabli runs entirely as an extension in your browser. Tabli does not make any outbound data connections and does not send any data whatsoever to any external application, extension or cloud service. You can learn more about Tabli on the Tabli web site (under "Additional Information")
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tabli |
ID | igeehkedfibbnhbfponhjjplpkeomghi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi |
คำอธิบาย | A simple, powerful tab manager |
ขนาดไฟล์ | 2.55 MB |
จำนวนการติดตั้ง | 62,081 |
เวอร์ชันปัจจุบัน | 2.1.2 |
อัปเดตครั้งล่าสุด | 2021-04-29 |
วันที่เผยแพร่ | 2020-03-29 |
คะแนน | 4.68/5 รวมทั้งหมด 470 คะแนน |
ผู้พัฒนา | https://gettabli.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gettabli.com/ |
URL หน้าช่วยเหลือ | https://www.gettabli.com/tabli-usage.html |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gettabli.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabli", "description": "A simple, powerful tab manager", "version": "2.1.2", "browser_action": { "default_icon": "images\/glyphicons_154_more_windows.png", "default_popup": "popup.html", "default_title": "Tabli" }, "background": { "scripts": [ "js\/common.bundle.js", "js\/bgHelper.bundle.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "bookmarks", "chrome:\/\/favicon\/*" ], "icons": { "16": "images\/glyphicons_154_more_windows.png", "48": "images\/Multimedia-12-48.png", "128": "images\/Multimedia-12-128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Period", "mac": "MacCtrl+Period" } }, "show_popout": { "description": "Show the Tabli popout window", "global": true, "suggested_key": { "default": "Ctrl+Comma", "mac": "MacCtrl+Comma" } } } } |