Tab Graph

Statistics on the history of how many tabs you have open.

什么是Tab Graph?

Tab Graph是由Jim Woodward开发的Chrome扩展程序,该扩展的主要功能是“Statistics on the history of how many tabs you have open.”。

扩展截图

screenshot
screenshot

下载Tab Graph扩展crx文件

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

扩展使用说明

                        Do you have loads of tabs open all the time? Do you ever wonder just how many tabs you open, and how busy Chrome gets? Tab Graph has these answers, AND it shows you a graph of your activity.

- It tells you how many tabs you have opened today.
- It tells you the maximum number of tabs you got up to today.
- Get a summary of the data for this week, this month, this year. As well as all time.

The badge shows you at a glance how many tabs are currently open across all windows. As your work day gets more and more hectic, and you open more and more tabs, then the badge color changes to match your mood!                    

扩展基本信息

名称 Tab Graph Tab Graph
ID deepnnihcdhoejjjjllojopgigodejpn
官方URL https://chromewebstore.google.com/detail/tab-graph/deepnnihcdhoejjjjllojopgigodejpn
简介 Statistics on the history of how many tabs you have open.
文件大小 64.99 KB
安装次数 35
当前版本 1.1
更新时间 2018-05-28
上架时间 2018-05-28
评分 4.00/5 共2次评分
开发者 Jim Woodward
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Tab Graph",
    "description": "Statistics on the history of how many tabs you have open.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/triangle_19.png",
            "38": "images\/triangle_38.png"
        },
        "default_title": "Tab Graph",
        "default_popup": "main.html"
    },
    "icons": {
        "128": "images\/triangle_128.png",
        "48": "images\/triangle_48.png",
        "16": "images\/triangle_16.png"
    },
    "permissions": [
        "storage"
    ]
}