Power Close
A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
What is Power Close?
Power Close is a Chrome extension developed by https://power-close.com, and its main feature is "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.".
Extension Screenshots
Download Power Close Extension CRX File
Download Power Close extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Power Close |
ID | jjpmcpmmajigbkjchbkoclipomlmpaaj |
Official URL | 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. |
File Size | 11.45 KB |
Installation Count | 92 |
Current Version | 0.5.2 |
Last Updated | 2016-06-27 |
Publish Date | 2016-06-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://power-close.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.power-close.com |
Supported Languages | 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" ] } |