Tab Close Gold
Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
Tab Close Gold là gì?
Tab Close Gold là một tiện ích mở rộng Chrome được phát triển bởi mukunku, và tính năng chính của nó là "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".
Ả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 Close Gold
Tải xuống các tệp mở rộng Tab Close Gold 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 automatically close your blacklisted tabs. Features: -Configure unwanted URLs or page titles to automatically close tabs -Match tabs with plain text or regular expressions -Add up to 30 seconds of delay before tabs are closed -Import & Export configuration support -Settings are synced across browsers Visit the Wiki for details on how to use the extension: https://github.com/mukunku/Tab-Close-Gold/wiki
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Close Gold |
ID | blhbohajaekmpblcffpkpogkhkmmbbhf |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf |
Mô tả | Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further! |
Kích Thước Tệp | 247 KB |
Số Lần Cài Đặt | 4,933 |
Phiên Bản Hiện Tại | 3.0.0.0 |
Cập Nhật Lần Cuối | 2023-11-22 |
Ngày Phát Hành | 2018-02-04 |
Đánh Giá | 4.65/5 Tổng số 65 Đánh Giá |
Nhà Phát Triển | mukunku |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mukunku/Tab-Close-Gold |
URL Trang Trợ Giúp | https://github.com/mukunku/Tab-Close-Gold/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Close Gold", "version": "3.0.0.0", "permissions": [ "tabs", "storage" ], "options_page": ".\/options.html", "description": "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!", "icons": { "128": "icon128.png" }, "author": "mukunku", "background": { "service_worker": ".\/background.bundle.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": { "128": "icon128.png" }, "default_title": "Tab Close Gold", "default_popup": ".\/popup.html" } } |