Close Left tabs
Close Left Tabs on one click
What is Close Left tabs?
Close Left tabs is a Chrome extension developed by Zohaib Amir, and its main feature is "Close Left Tabs on one click".
Extension Screenshots
Download Close Left tabs Extension CRX File
Download Close Left 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
Makes your life easier by closing all tabs on left with one press of a button. Does not close Pinned Tabs. Has a context menu option as well, Simply right click and select from the menu to close left tabs. No ads, completely open source.
Extension Basic Information
Name | Close Left tabs |
ID | mbflckojhjfboffiknejjmmnoipndeab |
Official URL | https://chromewebstore.google.com/detail/close-left-tabs/mbflckojhjfboffiknejjmmnoipndeab |
Description | Close Left Tabs on one click |
File Size | 8.1 KB |
Installation Count | 915 |
Current Version | 0.3 |
Last Updated | 2021-07-27 |
Publish Date | 2019-06-13 |
Rating | 4.27/5 Total 11 Ratings |
Developer | Zohaib Amir |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Zohaib-Amir/CloseLeftTabs |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Left tabs", "version": "0.3", "description": "Close Left Tabs on one click", "permissions": [ "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "Close Left Tabs" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |