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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |