Close Tabs

Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more

什么是Close Tabs?

Close Tabs是由https://tejji.com开发的Chrome扩展程序,该扩展的主要功能是“Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Close Tabs扩展crx文件

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

扩展使用说明

                        Provide context menu (popup that appear on right click) close button with following options

1. Close tabs to the left of current tab
2. Close tabs to the right of current tab
3. Close other tabs except current tab
4. Close current tab
6. Close tabs from current domain / website 
7. Close tabs from other domain / website except current one
8. Close window
9. Option to disable context menu

The options is available via...
Right click on any webpage --> Click Close Tabs --> Click Options 

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.2 - 2018-09-13
- changes to ensure compliance Chrome Web Store policies                    

扩展基本信息

名称 Close Tabs Close Tabs
ID gadafnnkijfmbbmeielphlapddbmgbgo
官方URL https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo
简介 Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
文件大小 72.56 KB
安装次数 11,611
当前版本 1.2
更新时间 2018-09-14
上架时间 2018-09-13
评分 4.24/5 共186次评分
开发者 https://tejji.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://tejji.com/
帮助页面URL http://tejji.com/contactus.aspx
隐私政策页面URL https://tejji.com/privacy.aspx
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tabs",
    "version": "1.2",
    "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "tabs"
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}