Close tabs to the left
Allows to close all tabs to the left
What is Close tabs to the left?
Close tabs to the left is a Chrome extension developed by Acinonyx, and its main feature is "Allows to close all tabs to the left".
Download Close tabs to the left Extension CRX File
Download Close tabs to the left 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 opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.
Extension Basic Information
Name | Close tabs to the left |
ID | gcmjpicopfkgmjdomahfjkmhpcelklba |
Official URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba |
Description | Allows to close all tabs to the left |
File Size | 9.79 KB |
Installation Count | 2,724 |
Current Version | 1.3 |
Last Updated | 2013-02-18 |
Publish Date | 2013-02-18 |
Rating | 4.12/5 Total 41 Ratings |
Developer | Acinonyx |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close tabs to the left", "version": "1.3", "description": "Allows to close all tabs to the left", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Close tabs to the left", "default_icon": "close_icon.png" }, "manifest_version": 2 } |