TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
什么是TabCounter?
TabCounter是由melockchain开发的Chrome扩展程序,该扩展的主要功能是“Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.”。
扩展截图
下载TabCounter扩展crx文件
下载TabCounter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
扩展基本信息
名称 | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
官方URL | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
简介 | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
文件大小 | 51.71 MB |
安装次数 | 33 |
当前版本 | 1.3 |
更新时间 | 2022-12-02 |
上架时间 | 2022-05-19 |
评分 | 5.00/5 共1次评分 |
开发者 | melockchain |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |