lesstabs
Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
lesstabs là gì?
lesstabs là một tiện ích mở rộng Chrome được phát triển bởi ggurgone, và tính năng chính của nó là "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.".
Ả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 lesstabs
Tải xuống các tệp mở rộng lesstabs 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
lesstabs automatically archives and closes tabs that have been opened for too long and then lists them when you open a new tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | lesstabs |
ID | gpdnlknekkniebhjbflbcglgibnfcaah |
URL Chính Thức | https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah |
Mô tả | Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player. |
Kích Thước Tệp | 17.88 KB |
Số Lần Cài Đặt | 269 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2022-05-12 |
Ngày Phát Hành | 2020-06-27 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | ggurgone |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lesstabs", "version": "2.0.3", "description": "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/lesstabs\/gpdnlknekkniebhjbflbcglgibnfcaah\/support", "manifest_version": 2, "minimum_chrome_version": "62", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "storage", "bookmarks", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "active:tabs" }, "chrome_url_overrides": { "newtab": "archive.html" }, "web_accessible_resources": [ "icon.png", "readmo.js" ] } |