Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
Allowed Tabs là gì?
Allowed Tabs là một tiện ích mở rộng Chrome được phát triển bởi Fernando Dilland, và tính năng chính của nó là "Set the maximum number of open tabs allowed in the browser.".
Ả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 Allowed Tabs
Tải xuống các tệp mở rộng Allowed Tabs 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
Manage the number of tabs you are allowed to keep open at the same time in the browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
URL Chính Thức | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
Mô tả | Set the maximum number of open tabs allowed in the browser. |
Kích Thước Tệp | 279 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2021-07-16 |
Ngày Phát Hành | 2021-07-12 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Fernando Dilland |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fernandomireles/static-allowed-tabs |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "default_locale": "en", "version": "0.1.1", "author": "Fernando Mireles", "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs", "background": { "scripts": [ "static\/background.js" ] }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "browser_action": { "default_icon": "static\/icon-small.png", "default_popup": "static\/options.html" }, "options_page": "static\/options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "static\/icon-small.png", "static\/icon.png" ] } |