Vaux Tab
Vaux Tab Manager and Window Organizer
什么是Vaux Tab?
Vaux Tab是由https://www.vauxapp.com开发的Chrome扩展程序,该扩展的主要功能是“Vaux Tab Manager and Window Organizer”。
扩展截图
下载Vaux Tab扩展crx文件
下载Vaux Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Vaux Tab |
ID | jjkichgfihbcfcfhiaolhdjeekbmihdf |
官方URL | https://chromewebstore.google.com/detail/vaux-tab/jjkichgfihbcfcfhiaolhdjeekbmihdf |
简介 | Vaux Tab Manager and Window Organizer |
文件大小 | 225 KB |
安装次数 | 443 |
当前版本 | 2022.10.28 |
更新时间 | 2022-10-30 |
上架时间 | 2018-05-22 |
评分 | 3.90/5 共21次评分 |
开发者 | https://www.vauxapp.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.vauxapp.com |
帮助页面URL | http://faq.vauxapp.com |
隐私政策页面URL | https://faq.vauxapp.com/articles/1218-terms-conditions-and-privacy-policy-the-bottom-line |
支持的语言 | 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 } |