ZenTabz
Manage your Chrome tabs and bookmarks.
What is ZenTabz?
ZenTabz is a Chrome extension developed by https://zentabz.com, and its main feature is "Manage your Chrome tabs and bookmarks.".
Extension Screenshots
Download ZenTabz Extension CRX File
Download ZenTabz 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
ZenTabz allows you view all your windows and tabs in a tabbed UI format, to give you a convenient searchable view of your browser tabs along with information about each browser window and how many tabs are open. Select multiple tabs to close, move to another window, or save to bookmarks using the in-built bookmarks manager feature. With ZenTabz, you can take back control of your browser tabs!
Extension Basic Information
Name | ZenTabz |
ID | gjjchdfpfjbgddgklfkjbeeeoalagcpf |
Official URL | https://chromewebstore.google.com/detail/zentabz/gjjchdfpfjbgddgklfkjbeeeoalagcpf |
Description | Manage your Chrome tabs and bookmarks. |
File Size | 2.85 MB |
Installation Count | 15 |
Current Version | 3.0 |
Last Updated | 2023-01-11 |
Publish Date | 2017-12-21 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://zentabz.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZenTabz", "description": "Manage your Chrome tabs and bookmarks.", "version": "3.0", "action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "ZenTabz" }, "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "bookmarks" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |