Vaux Tab
Vaux Tab Manager and Window Organizer
Wat is Vaux Tab?
Vaux Tab is een Chrome-extensie ontwikkeld door https://www.vauxapp.com, en de belangrijkste functie is "Vaux Tab Manager and Window Organizer".
Extensie Screenshots
Download het CRX-bestand van de extensie Vaux Tab
Download Vaux Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Vaux Tab |
ID | jjkichgfihbcfcfhiaolhdjeekbmihdf |
Officiële URL | https://chromewebstore.google.com/detail/vaux-tab/jjkichgfihbcfcfhiaolhdjeekbmihdf |
Beschrijving | Vaux Tab Manager and Window Organizer |
Bestandsgrootte | 225 KB |
Aantal Installaties | 443 |
Huidige Versie | 2022.10.28 |
Laatst Bijgewerkt | 2022-10-30 |
Publicatiedatum | 2018-05-22 |
Beoordeling | 3.90/5 Totaal 21 Beoordelingen |
Ontwikkelaar | https://www.vauxapp.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.vauxapp.com |
Help Pagina-URL | http://faq.vauxapp.com |
URL van de Privacybeleid Pagina | https://faq.vauxapp.com/articles/1218-terms-conditions-and-privacy-policy-the-bottom-line |
Ondersteunde Talen | 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 } |