Tab Count
Displays the number of browser tabs
什么是Tab Count?
Tab Count是由gustass1开发的Chrome扩展程序,该扩展的主要功能是“Displays the number of browser tabs”。
扩展截图
下载Tab Count扩展crx文件
下载Tab Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.
扩展基本信息
名称 | Tab Count |
ID | cflfdplhfcgapcgcahckkadgghpkhfco |
官方URL | https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco |
简介 | Displays the number of browser tabs |
文件大小 | 9.97 KB |
安装次数 | 338 |
当前版本 | 0.0.2 |
更新时间 | 2023-05-17 |
上架时间 | 2021-07-07 |
评分 | 4.50/5 共2次评分 |
开发者 | gustass1 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Count", "description": "Displays the number of browser tabs", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" } }, "icons": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" }, "permissions": [ "tabGroups" ] } |