Favitabs
Organise tabs by favicon, navigate them with mouse or keyboard
Qu'est-ce que Favitabs ?
Favitabs est une extension Chrome développée par Richard Tucker, et sa fonction principale est "Organise tabs by favicon, navigate them with mouse or keyboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Favitabs
Téléchargez les fichiers d'extension Favitabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Favitabs |
ID | cooeblelamnaioffbochepdnmminogdg |
URL Officiel | https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg |
Description | Organise tabs by favicon, navigate them with mouse or keyboard |
Taille du Fichier | 9.44 KB |
Nombre d'Installations | 3,985 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-10-31 |
Date de Publication | 2019-02-08 |
Évaluation | 4.92/5 Total 12 Évaluations |
Développeur | Richard Tucker |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |