Tab Limiter And Restorer
Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.
Tab Limiter And Restorer là gì?
Tab Limiter And Restorer là một tiện ích mở rộng Chrome được phát triển bởi https://inzk.dev, và tính năng chính của nó là "Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.".
Ả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 Limiter And Restorer
Tải xuống các tệp mở rộng Tab Limiter And Restorer 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 enables you to limit the number of tabs opened in a browser window. It will close tabs when you reach the limit and restore them when there is a space.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Limiter And Restorer |
ID | ifhilckbhneppbcbpkimbgeahhijhdpj |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-limiter-and-restorer/ifhilckbhneppbcbpkimbgeahhijhdpj |
Mô tả | Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space. |
Kích Thước Tệp | 63.97 KB |
Số Lần Cài Đặt | 693 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2022-06-02 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://inzk.dev |
[email protected] | |
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": "Tab Limiter And Restorer", "version": "1.1.0", "description": "Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "src\/utils\/utils.js", "src\/background\/storage.js", "src\/background\/on-tab-activated.js", "src\/background\/on-tab-event.js", "src\/background\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Tab Limiter And Restorer", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/icons\/icon-16.png", "19": "src\/assets\/icons\/icon-19.png", "24": "src\/assets\/icons\/icon-24.png", "32": "src\/assets\/icons\/icon-32.png", "38": "src\/assets\/icons\/icon-38.png", "48": "src\/assets\/icons\/icon-48.png" } }, "icons": { "16": "src\/assets\/icons\/icon-16.png", "19": "src\/assets\/icons\/icon-19.png", "24": "src\/assets\/icons\/icon-24.png", "32": "src\/assets\/icons\/icon-32.png", "38": "src\/assets\/icons\/icon-38.png", "48": "src\/assets\/icons\/icon-48.png", "128": "src\/assets\/icons\/icon-128.png" }, "manifest_version": 2 } |