Tabs Closer
Cleans up your windows/tabs with 1 click of a mouse button
What is Tabs Closer?
Tabs Closer is a Chrome extension developed by http://tabscloser.com, and its main feature is "Cleans up your windows/tabs with 1 click of a mouse button".
Extension Screenshots
Download Tabs Closer Extension CRX File
Download Tabs Closer 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
Cleans up your windows/tabs with 1 click of a mouse button The app is smart enough to close only those that are really needed to close. For Example: * Duplicate blank tabs * Excess tabs to the right-most * Excess tabs to the left-most * Empty Windows (without tabs) Note: * It will not close those tabs that are pinned. Short background: This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.
Extension Basic Information
Name | |
ID | dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
Official URL | https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
Description | Cleans up your windows/tabs with 1 click of a mouse button |
File Size | 116 KB |
Installation Count | 49 |
Current Version | 0.2.9 |
Last Updated | 2014-02-19 |
Publish Date | 2014-02-19 |
Rating | 4.20/5 Total 5 Ratings |
Developer | http://tabscloser.com |
[email protected] | |
Payment Type | free |
Extension Website | http://tabscloser.com |
Help Page URL | http://tabscloser.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Closer", "version": "0.2.9", "description": "Cleans up your windows\/tabs with 1 click of a mouse button", "icons": { "48": "img\/clean_48.png", "128": "img\/clean_128.png" }, "background": { "persistent": false, "scripts": [ "js\/lib\/jquery-1.7.1.min.js", "js\/background.min.js" ] }, "browser_action": { "default_icon": "img\/clean.png", "default_title": "Tabs Closer" }, "homepage_url": "http:\/\/tabscloser.com", "permissions": [ "tabs", "storage" ], "options_page": "options.html", "manifest_version": 2 } |