Tabmaster
Tame your tabs.
Qu'est-ce que Tabmaster ?
Tabmaster est une extension Chrome développée par https://www.a9.io, et sa fonction principale est "Tame your tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabmaster
Téléchargez les fichiers d'extension Tabmaster 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
Out now: Tabmaster 1.8! Favicons and better window inspection! If your workflow is full of tabs that you don't need for a while, this extension is a must-have. Instantly hide the offending tab or window and save it for later. When you need it again, everything you have hidden is conveniently listed again. Useful for: - Saving something to be read later - Giving research projects a rest till the next day - Switching from one workspace to the next ======== 1.87: Bug fixes to window preview and favicons.
Informations de Base sur l'Extension
Nom | Tabmaster |
ID | pojgemmobcnjmnpodjmgeofdgojpkepn |
URL Officiel | https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn |
Description | Tame your tabs. |
Taille du Fichier | 15.77 KB |
Nombre d'Installations | 42 |
Version Actuelle | 1.88 |
Dernière Mise à Jour | 2014-11-28 |
Date de Publication | 2014-11-28 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | https://www.a9.io |
Type de Paiement | free |
Site Web de l'Extension | http://a9.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabmaster", "description": "Tame your tabs.", "short_name": "Tame your tabs.", "manifest_version": 2, "version": "1.88", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Tabmaster", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |