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
Eメール [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"
    ]
}