tabby
A simple Chrome extension to reign in those with bad tabits.
What is tabby?
tabby is a Chrome extension developed by Emily Malec Brown, and its main feature is "A simple Chrome extension to reign in those with bad tabits.".
Extension Screenshots
Download tabby Extension CRX File
Download tabby extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | tabby |
ID | dplangmakkhocklhogiakliaegcgmdca |
Official URL | https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca |
Description | A simple Chrome extension to reign in those with bad tabits. |
File Size | 1.4 MB |
Installation Count | 14 |
Current Version | 2.0 |
Last Updated | 2016-10-06 |
Publish Date | 2016-10-05 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Emily Malec Brown |
Payment Type | free |
Extension Website | https://github.com/emilymalecbrown/tabby |
Supported Languages | 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" ] } } |