Tab Bankrupter

Declare 'tab bankruptcy' without losing your links.

什么是Tab Bankrupter?

Tab Bankrupter是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Declare 'tab bankruptcy' without losing your links.”。

扩展截图

screenshot
screenshot

下载Tab Bankrupter扩展crx文件

下载Tab Bankrupter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tab Bankrupter Tab Bankrupter
ID pndipmgldhbejkehopnbbpjgidkbiimh
官方URL https://chromewebstore.google.com/detail/tab-bankrupter/pndipmgldhbejkehopnbbpjgidkbiimh
简介 Declare 'tab bankruptcy' without losing your links.
文件大小 52.81 KB
安装次数 100
当前版本 0.2.0
更新时间 2022-03-03
上架时间 2016-07-07
评分 5.00/5 共4次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/jsvine/tab-bankrupter
支持的语言 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"
    }
}