Power Close
A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
Qu'est-ce que Power Close ?
Power Close est une extension Chrome développée par https://power-close.com, et sa fonction principale est "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Power Close
Téléchargez les fichiers d'extension Power Close au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Power Close |
ID | jjpmcpmmajigbkjchbkoclipomlmpaaj |
URL Officiel | https://chromewebstore.google.com/detail/power-close/jjpmcpmmajigbkjchbkoclipomlmpaaj |
Description | A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name. |
Taille du Fichier | 11.45 KB |
Nombre d'Installations | 92 |
Version Actuelle | 0.5.2 |
Dernière Mise à Jour | 2016-06-27 |
Date de Publication | 2016-06-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://power-close.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.power-close.com |
Langues Prises en Charge | 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" ] } |