Collapse All Tabs
Collapse all tabs opened in one window.
What is Collapse All Tabs?
Collapse All Tabs is a Chrome extension developed by anantrungta1999, and its main feature is "Collapse all tabs opened in one window.".
Extension Screenshots
Download Collapse All Tabs Extension CRX File
Download Collapse All 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
Collapse all tabs opened, in one window, by just one single click.
Extension Basic Information
Name | |
ID | jpdakiincopjmbkampclilmbppjllahi |
Official URL | https://chrome.google.com/webstore/detail/collapse-all-tabs/jpdakiincopjmbkampclilmbppjllahi |
Description | Collapse all tabs opened in one window. |
File Size | 4.99 KB |
Installation Count | 62 |
Current Version | 1.0.0 |
Last Updated | 2019-07-07 |
Publish Date | 2019-07-07 |
Developer | anantrungta1999 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Collapse All Tabs", "version": "1.0.0", "description": "Collapse all tabs opened in one window.", "browser_action": { "default_icon": "sign.png", "default_title": "Collapse All Tabs" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "manifest_version": 2 } |