Close My Tabs
Close all open tabs at once !!
What is Close My Tabs?
Close My Tabs is a Chrome extension developed by intrendchrome, and its main feature is "Close all open tabs at once !!".
Extension Screenshots
Download Close My Tabs Extension CRX File
Download Close My Tabs 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
Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.
Extension Basic Information
Name | |
ID | nogodmiaohiadblfhmhibfmohlcmdpbh |
Official URL | https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh |
Description | Close all open tabs at once !! |
File Size | 97.71 KB |
Installation Count | 767 |
Current Version | 1.0 |
Last Updated | 2014-01-16 |
Publish Date | 2014-01-16 |
Rating | 4.44/5 Total 9 Ratings |
Developer | intrendchrome |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close My Tabs", "description": "Close all open tabs at once !!", "version": "1.0", "manifest_version": 2, "browser_action": { "default_title": "", "default_icon": "CloseMyTabs_Icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html" } |