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
官方網址 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"
    ]
}