Close My Tabs

Close all open tabs at once !!

什么是Close My Tabs?

Close My Tabs是由intrendchrome开发的Chrome扩展程序,该扩展的主要功能是“Close all open tabs at once !!”。

扩展截图

screenshot
screenshot

下载Close My Tabs扩展crx文件

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

扩展使用说明

                        Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.                    

扩展基本信息

名称 Close My Tabs Close My Tabs
ID nogodmiaohiadblfhmhibfmohlcmdpbh
官方URL https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh
简介 Close all open tabs at once !!
文件大小 97.71 KB
安装次数 767
当前版本 1.0
更新时间 2014-01-16
上架时间 2014-01-16
评分 4.44/5 共9次评分
开发者 intrendchrome
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close My Tabs",
    "description": "Close all open tabs at once !!",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "",
        "default_icon": "CloseMyTabs_Icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html"
}