Vaux Tab
Vaux Tab Manager and Window Organizer
What is Vaux Tab?
Vaux Tab is a Chrome extension developed by https://www.vauxapp.com, and its main feature is "Vaux Tab Manager and Window Organizer".
Extension Screenshots
Download Vaux Tab Extension CRX File
Download Vaux Tab 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
Vaux is an intuitive window manager with many robust features and simple interface. Perfect for tab management and window organization. Take your organizing skills to the max with Vaux! Latest feature: Share your saved windows with other Vaux users! Features: Tab manager Window position recall Share windows with other Vaux users. Dark Theme Icon. Toggle icon from options page.
Extension Basic Information
Name | Vaux Tab |
ID | jjkichgfihbcfcfhiaolhdjeekbmihdf |
Official URL | https://chromewebstore.google.com/detail/vaux-tab/jjkichgfihbcfcfhiaolhdjeekbmihdf |
Description | Vaux Tab Manager and Window Organizer |
File Size | 225 KB |
Installation Count | 443 |
Current Version | 2022.10.28 |
Last Updated | 2022-10-30 |
Publish Date | 2018-05-22 |
Rating | 3.90/5 Total 21 Ratings |
Developer | https://www.vauxapp.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.vauxapp.com |
Help Page URL | http://faq.vauxapp.com |
Privacy Policy Page URL | https://faq.vauxapp.com/articles/1218-terms-conditions-and-privacy-policy-the-bottom-line |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vaux Tab", "short_name": "Vaux Tab", "description": "Vaux Tab Manager and Window Organizer", "version": "2022.10.28", "content_security_policy": { "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/cdn.ravenjs.com; object-src 'self'" }, "icons": { "16": "vaux_logo.png", "38": "vaux_logo.png", "48": "vaux_logo.png", "96": "vaux_logo.png", "128": "vaux_logo.png" }, "permissions": [ "tabs", "storage", "contextMenus", "unlimitedStorage", "clipboardWrite" ], "background": { "service_worker": "background_service.js" }, "action": { "default_title": "View windows", "default_popup": "window_manager.html", "default_icon": { "16": "vaux_128.png", "38": "vaux_128.png", "48": "vaux_128.png", "96": "vaux_128.png", "128": "vaux_128.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } }, "manifest_version": 3 } |