Tablr
A powerful tab manager at your fingertips!
Tablr là gì?
Tablr là một tiện ích mở rộng Chrome được phát triển bởi TVFlash, và tính năng chính của nó là "A powerful tab manager at your fingertips!".
Ả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 Tablr
Tải xuống các tệp mở rộng Tablr 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
Tab organization done right. Tablr is a quick and lightweight tab sorting and searching Chrome extension! Features : - Alphabetize tabs A-Z (Ctrl+Shift+A) - Search tabs for keywords - Adjustable settings - Duplicate tab cleaning Change log: V 1.3.2 - Performance optimizations V 1.3.1 - Fixed preferences for shortcut searches V 1.3 - Added Settings menu - Added search by URL - Added toggle tab duplicate cleaning V 1.2.1 - Added search on enter V 1.2 - Added alpha sort shortcut V 1.1 - Fixed icons V 1.0 - Release
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | agdlmmkblbggohcchbofgamfjddamemo |
URL Chính Thức | https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo |
Mô tả | A powerful tab manager at your fingertips! |
Kích Thước Tệp | 42.19 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2014-09-11 |
Ngày Phát Hành | 2014-09-11 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | TVFlash |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tablr", "description": "A powerful tab manager at your fingertips!", "version": "1.3.2", "options_page": "settings.html", "background": { "scripts": [ "background.js" ] }, "commands": { "toggle-sort": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Sorts the tabs in A-Z" } }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/hot.png", "48": "img\/icon48.png", "16": "img\/defaultIcon16.png" }, "permissions": [ "webNavigation", "webRequest", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |