Power Close

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

Cos'è Power Close?

Power Close è un'estensione di Chrome sviluppata da https://power-close.com, e la sua funzione principale è "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Power Close

Scarica i file di estensione Power Close in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Power Close Power Close
ID jjpmcpmmajigbkjchbkoclipomlmpaaj
URL Ufficiale https://chromewebstore.google.com/detail/power-close/jjpmcpmmajigbkjchbkoclipomlmpaaj
Descrizione A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
Dimensione del File 11.45 KB
Conteggio Installazioni 92
Versione Corrente 0.5.2
Ultimo Aggiornamento 2016-06-27
Data di Pubblicazione 2016-06-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://power-close.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.power-close.com
Lingue Supportate 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"
    ]
}