Tab Manager
One click to close inactive, non-pinned Google Chrome tabs
What is Tab Manager?
Tab Manager is a Chrome extension developed by thealexbaron, and its main feature is "One click to close inactive, non-pinned Google Chrome tabs".
Extension Screenshots
Download Tab Manager Extension CRX File
Download Tab Manager 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
For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click.
Extension Basic Information
Name | Tab Manager |
ID | ojhlhhjjechopenpeeffmohkochglide |
Official URL | https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide |
Description | One click to close inactive, non-pinned Google Chrome tabs |
File Size | 70.44 KB |
Installation Count | 11 |
Current Version | 1.5 |
Last Updated | 2016-06-23 |
Publish Date | 2016-06-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | thealexbaron |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Manager", "version": "1.5", "description": "One click to close inactive, non-pinned Google Chrome tabs", "author": "Alex Baron", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |