Tab Finder
Search through tabs for title.
Qu'est-ce que Tab Finder ?
Tab Finder est une extension Chrome développée par https://hexagonvoxels.com, et sa fonction principale est "Search through tabs for title.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Finder
Téléchargez les fichiers d'extension Tab Finder 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
This extension allows you to search through your open tabs in order to find a tab that you are looking for. It's helpful whenever you have many tabs open and your tab titles are truncated.
Informations de Base sur l'Extension
Nom | Tab Finder |
ID | ofjeoodmfogpeinbafdommgdecgjelac |
URL Officiel | https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac |
Description | Search through tabs for title. |
Taille du Fichier | 285 KB |
Nombre d'Installations | 46 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2017-01-04 |
Date de Publication | 2017-01-04 |
Développeur | https://hexagonvoxels.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zero298/TabFinder |
URL de la Page d'Aide | https://github.com/zero298/TabFinder |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "version": "0.1.2", "author": "zero298", "default_locale": "en", "description": "__MSG_extensionDescription__", "options_ui": { "page": "html\/options.html", "chrome_style": true }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon16.png", "38": "img\/icon48.png" }, "default_title": "__MSG_extensionName__", "default_popup": "html\/tabfinder.html" }, "permissions": [ "tabs", "storage" ] } |