Tab Counter

This extension will count and log how many tabs you have open

什么是Tab Counter?

Tab Counter是由daniel.barry开发的Chrome扩展程序,该扩展的主要功能是“This extension will count and log how many tabs you have open”。

扩展截图

screenshot

下载Tab Counter扩展crx文件

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

扩展使用说明

                        Keep track of the number of tabs and windows you have open
Shows the number of tabs and windows currently open and a graph of how many are open over time                    

扩展基本信息

名称 Tab Counter Tab Counter
ID gnfjchpcjcgjechjnplhablhjdhdimmf
官方URL https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf
简介 This extension will count and log how many tabs you have open
文件大小 198 KB
安装次数 53
当前版本 1.0.2
更新时间 2021-03-09
上架时间 2021-03-09
评分 4.00/5 共2次评分
开发者 daniel.barry
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "This extension will count and log how many tabs you have open",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "chart.js",
            "prototype.js",
            "script.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}