tabby
A simple Chrome extension to reign in those with bad tabits.
Wat is tabby?
tabby is een Chrome-extensie ontwikkeld door Emily Malec Brown, en de belangrijkste functie is "A simple Chrome extension to reign in those with bad tabits.".
Extensie Screenshots
Download het CRX-bestand van de extensie tabby
Download tabby-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | tabby |
ID | dplangmakkhocklhogiakliaegcgmdca |
Officiële URL | https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca |
Beschrijving | A simple Chrome extension to reign in those with bad tabits. |
Bestandsgrootte | 1.4 MB |
Aantal Installaties | 14 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-10-06 |
Publicatiedatum | 2016-10-05 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Emily Malec Brown |
Betalingswijze | free |
Extensiewebsite | https://github.com/emilymalecbrown/tabby |
Ondersteunde Talen | 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" ] } } |