Tab Manager
Quickly and conveniently manage your open tabs
Qu'est-ce que Tab Manager ?
Tab Manager est une extension Chrome développée par joshperry, et sa fonction principale est "Quickly and conveniently manage your open tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Manager
Téléchargez les fichiers d'extension Tab Manager 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
Manipulate, sort, and search through all of your open tabs! This is OPEN SOURCE! You can find the source code for this extension at https://github.com/joshperry/Tab-Manager Please report bugs and/or feature requests at the github link above.
Informations de Base sur l'Extension
Nom | Tab Manager |
ID | eobcjlgohobbfcgabmijkdgpjkknpbbo |
URL Officiel | https://chromewebstore.google.com/detail/tab-manager/eobcjlgohobbfcgabmijkdgpjkknpbbo |
Description | Quickly and conveniently manage your open tabs |
Taille du Fichier | 734 KB |
Nombre d'Installations | 2,733 |
Version Actuelle | 4.2.0 |
Dernière Mise à Jour | 2016-07-21 |
Date de Publication | 2016-07-21 |
Évaluation | 4.80/5 Total 56 Évaluations |
Développeur | joshperry |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/joshperry/Tab-Manager |
URL de la Page d'Aide | https://github.com/joshperry/Tab-Manager/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Manager", "version": "4.2.0", "manifest_version": 2, "description": "Quickly and conveniently manage your open tabs", "icons": { "128": "images\/icon.png", "48": "images\/icon48.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "images\/browser_action.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+M" } } } } |