Fast tabs 3D
Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories
Fast tabs 3D란 무엇입니까?
Fast tabs 3D은(는) max에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories"입니다.
확장 프로그램 스크린샷
Fast tabs 3D 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Goal: Quick manage and navigation between tabs in the browser The extension shows actual tab snapshots Hot keys Command/Ctrl+0 - open "Fast Tabs" ArrowLeft - focus prev group ArrowRight - focus next group ArrowUp - focus prev tab ArrowDown - focus next tab Enter - switch to focused tab Delete - close focused tab Ctrl+Q - toggle Quick Access/Group Favorites
확장 프로그램 기본 정보
이름 | Fast tabs 3D |
ID | iofckehgocacfnpfgbcgpmgblkccjpnk |
공식 URL | https://chromewebstore.google.com/detail/fast-tabs-3d/iofckehgocacfnpfgbcgpmgblkccjpnk |
설명 | Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories |
파일 크기 | 649 KB |
설치 횟수 | 21 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2022-06-30 |
출시 날짜 | 2021-03-02 |
개발자 | max |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.5.0", "short_name": "Fast tabs 3D", "name": "Fast tabs 3D", "description": "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories", "browser_action": { "default_title": "Fast tabs 3D", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "background.bundle.js" ] }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+0", "mac": "Command+0" } } }, "permissions": [ "windows", "tabs", "activeTab", "bookmarks", " |