Favitabs
Organise tabs by favicon, navigate them with mouse or keyboard
Was ist Favitabs?
Favitabs ist eine Chrome-Erweiterung, die von Richard Tucker entwickelt wurde, und ihr Hauptmerkmal ist "Organise tabs by favicon, navigate them with mouse or keyboard".
Erweiterungsscreenshots
Favitabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Favitabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Favitabs |
ID | cooeblelamnaioffbochepdnmminogdg |
Offizielle URL | https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg |
Beschreibung | Organise tabs by favicon, navigate them with mouse or keyboard |
Dateigröße | 9.44 KB |
Installationsanzahl | 3,985 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-10-31 |
Veröffentlichungsdatum | 2019-02-08 |
Bewertung | 4.92/5 Insgesamt 12 Bewertungen |
Entwickler | Richard Tucker |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |