Favitabs
Organise tabs by favicon, navigate them with mouse or keyboard
什么是Favitabs?
Favitabs是由Richard Tucker开发的Chrome扩展程序,该扩展的主要功能是“Organise tabs by favicon, navigate them with mouse or keyboard”。
扩展截图
下载Favitabs扩展crx文件
下载Favitabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you fed up with having so many tabs and never being able to find the right one? Do end up with many duplicate tabs as a result? Favitabs shows all your tabs at a glance, organised by favicon and title. It works both as a replacement for the new tab page and as a pop-up which you can set to whatever key combination you like. It also lets you quickly search for tabs by title and navigate them using the keyboard. Favitabs does not request unnecessary permissions and does not have access to page content. It does not spy on you and send information to any server. It does not include any ads.
扩展基本信息
名称 | Favitabs |
ID | cooeblelamnaioffbochepdnmminogdg |
官方URL | https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg |
简介 | Organise tabs by favicon, navigate them with mouse or keyboard |
文件大小 | 9.44 KB |
安装次数 | 3,985 |
当前版本 | 1.1 |
更新时间 | 2022-10-31 |
上架时间 | 2019-02-08 |
评分 | 4.92/5 共12次评分 |
开发者 | Richard Tucker |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Favitabs", "author": "Richard Tucker", "version": "1.1", "description": "Organise tabs by favicon, navigate them with mouse or keyboard", "icons": { "128": "icon128.png" }, "permissions": [ "tabs" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+F" } } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_popup": "popup.html" } } |