Tabli
A simple, powerful tab manager
Tabli là gì?
Tabli là một tiện ích mở rộng Chrome được phát triển bởi https://gettabli.com, và tính năng chính của nó là "A simple, powerful tab manager".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tabli
Tải xuống các tệp mở rộng Tabli dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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")
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tabli |
ID | igeehkedfibbnhbfponhjjplpkeomghi |
URL Chính Thức | https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi |
Mô tả | A simple, powerful tab manager |
Kích Thước Tệp | 2.55 MB |
Số Lần Cài Đặt | 62,081 |
Phiên Bản Hiện Tại | 2.1.2 |
Cập Nhật Lần Cuối | 2021-04-29 |
Ngày Phát Hành | 2020-03-29 |
Đánh Giá | 4.68/5 Tổng số 470 Đánh Giá |
Nhà Phát Triển | https://gettabli.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.gettabli.com/ |
URL Trang Trợ Giúp | https://www.gettabli.com/tabli-usage.html |
URL Trang Chính Sách Bảo Mật | https://www.gettabli.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |