tabby
A simple Chrome extension to reign in those with bad tabits.
什么是tabby?
tabby是由Emily Malec Brown开发的Chrome扩展程序,该扩展的主要功能是“A simple Chrome extension to reign in those with bad tabits.”。
扩展截图
下载tabby扩展crx文件
下载tabby扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | tabby |
ID | dplangmakkhocklhogiakliaegcgmdca |
官方URL | https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca |
简介 | A simple Chrome extension to reign in those with bad tabits. |
文件大小 | 1.4 MB |
安装次数 | 14 |
当前版本 | 2.0 |
更新时间 | 2016-10-06 |
上架时间 | 2016-10-05 |
评分 | 3.67/5 共3次评分 |
开发者 | Emily Malec Brown |
付费类型 | free |
扩展官网 | https://github.com/emilymalecbrown/tabby |
支持的语言 | 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" ] } } |