Close other tabs
Browser extension to close other tabs
What is Close other tabs?
Close other tabs is a Chrome extension developed by nunofaria11, and its main feature is "Browser extension to close other tabs".
Extension Screenshots
Download Close other tabs Extension CRX File
Download Close other 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
A simple extension that provides a quick way of closing every other tab in window.
Extension Basic Information
Name | |
ID | cohclepbfkicjacnladehmbiepoaobmm |
Official URL | https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm |
Description | Browser extension to close other tabs |
File Size | 5.51 KB |
Installation Count | 33 |
Current Version | 1.0.2 |
Last Updated | 2019-11-08 |
Publish Date | 2019-11-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | nunofaria11 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nunofaria11/close-other-tabs-ext |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close other tabs", "version": "1.0.2", "description": "Browser extension to close other tabs", "author": "Nuno Faria", "homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } }, "icons": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } } |