Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
What is Close Tabs To The Left?
Close Tabs To The Left is a Chrome extension developed by fr1sk, and its main feature is "This extension allows the user to close chrome tabs to the left, with one press of the button".
Extension Screenshots
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
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
Extension Basic Information
Name | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
Official URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
Description | This extension allows the user to close chrome tabs to the left, with one press of the button |
File Size | 11.62 KB |
Installation Count | 35 |
Current Version | 1.2 |
Last Updated | 2019-02-22 |
Publish Date | 2019-02-22 |
Developer | fr1sk |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |