tabby
A simple Chrome extension to reign in those with bad tabits.
Was ist tabby?
tabby ist eine Chrome-Erweiterung, die von Emily Malec Brown entwickelt wurde, und ihr Hauptmerkmal ist "A simple Chrome extension to reign in those with bad tabits.".
Erweiterungsscreenshots
tabby-Erweiterungs-CRX-Datei herunterladen
Laden Sie tabby-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | tabby |
ID | dplangmakkhocklhogiakliaegcgmdca |
Offizielle URL | https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca |
Beschreibung | A simple Chrome extension to reign in those with bad tabits. |
Dateigröße | 1.4 MB |
Installationsanzahl | 14 |
Aktuelle Version | 2.0 |
Letztes Update | 2016-10-06 |
Veröffentlichungsdatum | 2016-10-05 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Emily Malec Brown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/emilymalecbrown/tabby |
Unterstützte Sprachen | 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" ] } } |