Power Close

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

Wat is Power Close?

Power Close is een Chrome-extensie ontwikkeld door https://power-close.com, en de belangrijkste functie is "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.".

Extensie Screenshots

Download het CRX-bestand van de extensie Power Close

Download Power Close-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Power Close Power Close
ID jjpmcpmmajigbkjchbkoclipomlmpaaj
Officiële URL https://chromewebstore.google.com/detail/power-close/jjpmcpmmajigbkjchbkoclipomlmpaaj
Beschrijving A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
Bestandsgrootte 11.45 KB
Aantal Installaties 92
Huidige Versie 0.5.2
Laatst Bijgewerkt 2016-06-27
Publicatiedatum 2016-06-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://power-close.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.power-close.com
Ondersteunde Talen 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"
    ]
}