Tab Bankrupter
Declare 'tab bankruptcy' without losing your links.
Tab Bankrupter là gì?
Tab Bankrupter là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Declare 'tab bankruptcy' without losing your links.".
Ả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 Bankrupter
Tải xuống các tệp mở rộng Tab Bankrupter 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
Faced with an overwhelming number of browser tabs sapping your focus and slowing down your computer? Time to declare tab bankruptcy. Tab Bankrupter lets you instantly close all your tabs without quitting. It also preserves a record of your bankruptcies, just in case you closed something by accident. And Tab Bankrupter skips pinned tabs, so you can hold onto Gmail, or whatever else you still want open. **Privacy** • Tab Bankrupter has access only to the metadata about your tabs — URL and title being the most interesting. • Tab Bankrupter keeps all your data on your computer. It does not share your data or actions with anybody. • Tab Bankrupter does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pndipmgldhbejkehopnbbpjgidkbiimh |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-bankrupter/pndipmgldhbejkehopnbbpjgidkbiimh |
Mô tả | Declare 'tab bankruptcy' without losing your links. |
Kích Thước Tệp | 52.81 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2022-03-03 |
Ngày Phát Hành | 2016-07-07 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Unknown |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/jsvine/tab-bankrupter |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Bankrupter", "description": "Declare 'tab bankruptcy' without losing your links.", "version": "0.2.0", "permissions": [ "tabs" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html" } } |