TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
TabList là gì?
TabList là một tiện ích mở rộng Chrome được phát triển bởi Arthur Gerkis, và tính năng chính của nó là "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".
Ả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 TabList
Tải xuống các tệp mở rộng TabList 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
This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar. You can find code here: https://github.com/ax330d/TabList
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabList |
ID | degjjfncecoliapmdalnecogigkhldam |
URL Chính Thức | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
Mô tả | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
Kích Thước Tệp | 341 KB |
Số Lần Cài Đặt | 217 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2017-09-04 |
Ngày Phát Hành | 2017-09-04 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Arthur Gerkis |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabList", "version": "1.0.9", "description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.", "chrome_url_overrides": { "newtab": "newTab.html" }, "incognito": "split", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "bookmarks", "storage", "chrome:\/\/favicon\/" ], "options_page": "options.html", "manifest_version": 2, "web_accessible_resources": [ "fonts\/*" ] } |