Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Tab List là gì?
Tab List là một tiện ích mở rộng Chrome được phát triển bởi 0xfd000000, và tính năng chính của nó là "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".
Ả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 Tab List
Tải xuống các tệp mở rộng Tab List 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 is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference. The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs. The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
Mô tả | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
Kích Thước Tệp | 36.36 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.0.1 |
Cập Nhật Lần Cuối | 2018-04-08 |
Ngày Phát Hành | 2018-04-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | 0xfd000000 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/0xfd000000/tablist |
URL Trang Trợ Giúp | https://github.com/0xfd000000/tablist/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab List", "version": "1.0.0.1", "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.", "permissions": [ "tabs", "chrome:\/\/favicon\/*", "downloads" ], "browser_action": { "default_title": "Tabbidy tab-tab", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |