tabby
A simple Chrome extension to reign in those with bad tabits.
Qu'est-ce que tabby ?
tabby est une extension Chrome développée par Emily Malec Brown, et sa fonction principale est "A simple Chrome extension to reign in those with bad tabits.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tabby
Téléchargez les fichiers d'extension tabby 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 Chrome extension keeps track of your exact (same url), and soft (same hostname) tab duplicates and gives you the ability to quickly close them. If you're feeling brave, you can also close all tabs at once, only retaining your current active tab and any pinned tabs. The toolbar icon changes from a kitten to a pesky alert icon when your browsing is getting out of hand (in this version greater than 7 tabs), and also sounds a blowhorn.
Informations de Base sur l'Extension
Nom | tabby |
ID | dplangmakkhocklhogiakliaegcgmdca |
URL Officiel | https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca |
Description | A simple Chrome extension to reign in those with bad tabits. |
Taille du Fichier | 1.4 MB |
Nombre d'Installations | 14 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-10-06 |
Date de Publication | 2016-10-05 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Emily Malec Brown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/emilymalecbrown/tabby |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tabby", "version": "2.0", "manifest_version": 2, "description": "A simple Chrome extension to reign in those with bad tabits.", "icons": { "128": ".\/img\/tabby_128.png", "16": ".\/img\/tabby_16.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "tabby" }, "minimum_chrome_version": "18", "permissions": [ "tabs", "notifications", "storage" ], "background": { "scripts": [ ".\/js\/app\/popup.js" ] } } |