Tabbie
The missing tab manager for Chrome
Qu'est-ce que Tabbie ?
Tabbie est une extension Chrome développée par hharnisc, et sa fonction principale est "The missing tab manager for Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabbie
Téléchargez les fichiers d'extension Tabbie 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
The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use.
Informations de Base sur l'Extension
Nom | Tabbie |
ID | aingjdeimmekeknhjcbnigfbfbboffeo |
URL Officiel | https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo |
Description | The missing tab manager for Chrome |
Taille du Fichier | 106 KB |
Nombre d'Installations | 3,107 |
Version Actuelle | 0.4.1 |
Dernière Mise à Jour | 2017-03-19 |
Date de Publication | 2017-03-19 |
Évaluation | 3.62/5 Total 29 Évaluations |
Développeur | hharnisc |
[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": 2, "name": "Tabbie", "short_name": "Tabbie", "description": "The missing tab manager for Chrome", "version": "0.4.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |