Close Left
Close Left Tabs.
What is Close Left?
Close Left is a Chrome extension developed by asukaze, and its main feature is "Close Left Tabs.".
Extension Screenshots
Download Close Left Extension CRX File
Download Close 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
Add "Close Left" Button into toolbar. The tabs to the left of the current tab will be closed. Close Right: https://chrome.google.com/webstore/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj Close Others: https://chrome.google.com/webstore/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb
Extension Basic Information
Name | Close Left |
ID | gdpopcppmglkiodhjobnjbogcoacgkoa |
Official URL | https://chromewebstore.google.com/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa |
Description | Close Left Tabs. |
File Size | 6.24 KB |
Installation Count | 3,120 |
Current Version | 0.5 |
Last Updated | 2022-09-13 |
Publish Date | 2012-10-06 |
Rating | 4.65/5 Total 17 Ratings |
Developer | asukaze |
[email protected] | |
Payment Type | free |
Extension Website | http://www.asukaze.net/soft/ch_removetabs/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Left", "version": "0.5", "manifest_version": 3, "description": "Close Left Tabs.", "icons": { "16": "close_left.png", "48": "close_left_48.png", "128": "close_left_128.png" }, "action": { "default_icon": "close_left.png", "default_title": "Close Left" }, "background": { "service_worker": "close_left.js" } } |