Tab Tally

This extension keeps track of the open tabs and windows you're currently running

什么是Tab Tally?

Tab Tally是由Michael Hazani开发的Chrome扩展程序,该扩展的主要功能是“This extension keeps track of the open tabs and windows you're currently running”。

扩展截图

screenshot

下载Tab Tally扩展crx文件

下载Tab Tally扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Yet another tab limiter! 

This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. 

Now get to work!                    

扩展基本信息

名称 Tab Tally Tab Tally
ID eoppllliellcefmannacbmnloheolenh
官方URL https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh
简介 This extension keeps track of the open tabs and windows you're currently running
文件大小 40.18 KB
安装次数 24
当前版本 0.0.1
更新时间 2016-07-22
上架时间 2016-07-21
开发者 Michael Hazani
电子邮箱 [email protected]
付费类型 free
扩展官网 http://michaelhazani.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Tally",
    "description": "This extension keeps track of the open tabs and windows you're currently running",
    "author": "Michael Hazani",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "16": "icon_16.png",
            "48": "icon_48.png"
        },
        "default_title": "Tab Tally",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}