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ファイルをダウンロード
Fast tabs 3D拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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", " |