Favitabs
Organise tabs by favicon, navigate them with mouse or keyboard
What is Favitabs?
Favitabs is a Chrome extension developed by Richard Tucker, and its main feature is "Organise tabs by favicon, navigate them with mouse or keyboard".
Extension Screenshots
Download Favitabs Extension CRX File
Download Favitabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Favitabs |
ID | cooeblelamnaioffbochepdnmminogdg |
Official URL | https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg |
Description | Organise tabs by favicon, navigate them with mouse or keyboard |
File Size | 9.44 KB |
Installation Count | 3,985 |
Current Version | 1.1 |
Last Updated | 2022-10-31 |
Publish Date | 2019-02-08 |
Rating | 4.92/5 Total 12 Ratings |
Developer | Richard Tucker |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |