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 |
电子邮箱 | [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", " |