Organize Tabs
Organize tabs in Google Chrome.
What is Organize Tabs?
Organize Tabs is a Chrome extension developed by https://hacktoolkit.com, and its main feature is "Organize tabs in Google Chrome.".
Extension Screenshots
Download Organize Tabs Extension CRX File
Download Organize 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
Organize Google Chrome Tabs with the click of a button. Once you use this plugin, you'll never go back to manually wrangling your tabs ever again! Features: - Collate Tabs - Consolidate All Tabs - Consolidate Pinned vs Unpinned Tabs - Deduplicate Tabs - Sort Tabs in Window - Close All Tabs from this Domain - Close Blank Tabs - Bring All Windows To Front
Extension Basic Information
Name | Organize Tabs |
ID | ebnlpacdgjnofakgfgbildmjdhbibnpa |
Official URL | https://chromewebstore.google.com/detail/organize-tabs/ebnlpacdgjnofakgfgbildmjdhbibnpa |
Description | Organize tabs in Google Chrome. |
File Size | 53.35 KB |
Installation Count | 111 |
Current Version | 0.9.0 |
Last Updated | 2023-01-20 |
Publish Date | 2020-09-23 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://hacktoolkit.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
Help Page URL | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Organize Tabs", "version": "0.9.0", "description": "Organize tabs in Google Chrome.", "icons": { "16": "img\/organize_tabs_icon_128.png", "64": "img\/organize_tabs_icon_128.png", "128": "img\/organize_tabs_icon_128.png" }, "action": { "default_icon": "img\/organize_tabs_icon_128.png", "default_popup": "src\/popup.html", "default_title": "Organize Tabs" }, "author": "Hacktoolkit (@hacktoolkit)", "options_ui": { "page": "src\/options.html" }, "permissions": [ "contextMenus", "tabs" ], "background": { "service_worker": "src\/js\/organize_tabs.js" }, "short_name": "Organize Tabs" } |