Tab Counter
Keeps a running count of open tabs and windows.
什么是Tab Counter?
Tab Counter是由nog642开发的Chrome扩展程序,该扩展的主要功能是“Keeps a running count of open tabs and windows.”。
扩展截图
下载Tab Counter扩展crx文件
下载Tab Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window.
Also has an option to export your tabs as a JSON file. 扩展基本信息
| 名称 | |
| ID | phojeebfjglippdniiejmfclojgbmedd |
| 官方URL | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
| 简介 | Keeps a running count of open tabs and windows. |
| 文件大小 | 7.97 KB |
| 安装次数 | 192 |
| 当前版本 | 0.4.5.0 |
| 更新时间 | 2021-04-28 |
| 上架时间 | 2021-04-25 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | nog642 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gitlab.com/nog642/chrome-tab-counter |
| 帮助页面URL | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Counter",
"version": "0.4.5.0",
"description": "Keeps a running count of open tabs and windows.",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"optional_permissions": [
"tabs"
]
} | |