Power Close

A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.

什么是Power Close?

Power Close是由https://power-close.com开发的Chrome扩展程序,该扩展的主要功能是“A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.”。

扩展截图

下载Power Close扩展crx文件

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

扩展使用说明

                        An extension, for the tab addict, to close all tabs with URLs containing a keyword or a domain name. For example, if you have many facebook tabs open and not in order, you can just use this extension, write "facebook.com", hit enter and voila, all facebook tabs are now closed!                    

扩展基本信息

名称 Power Close Power Close
ID jjpmcpmmajigbkjchbkoclipomlmpaaj
官方URL https://chromewebstore.google.com/detail/power-close/jjpmcpmmajigbkjchbkoclipomlmpaaj
简介 A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
文件大小 11.45 KB
安装次数 92
当前版本 0.5.2
更新时间 2016-06-27
上架时间 2016-06-26
评分 5.00/5 共2次评分
开发者 https://power-close.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.power-close.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Power Close",
    "version": "0.5.2",
    "description": "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Power Close",
        "default_popup": "popup\/popup.html"
    },
    "author": "Mosab",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/github.com\/mos3abof\/firefox-power-close",
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}