Favitabs
Organise tabs by favicon, navigate them with mouse or keyboard
Co je Favitabs?
Favitabs je rozšíření Chrome vyvinuté Richard Tucker, a jeho hlavní funkcí je „Organise tabs by favicon, navigate them with mouse or keyboard“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Favitabs
Stáhněte si soubory rozšíření Favitabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Favitabs |
ID | cooeblelamnaioffbochepdnmminogdg |
Oficiální URL | https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg |
Popis | Organise tabs by favicon, navigate them with mouse or keyboard |
Velikost souboru | 9.44 KB |
Počet instalací | 3,985 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-10-31 |
Datum Vydání | 2019-02-08 |
Hodnocení | 4.92/5 Celkem 12 Hodnocení |
Vývojář | Richard Tucker |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |