Tab Counter
Shows the amount of tabs you've created on every new tab.
什么是Tab Counter?
Tab Counter是由metarmask开发的Chrome扩展程序,该扩展的主要功能是“Shows the amount of tabs you've created on every new tab.”。
扩展截图
下载Tab Counter扩展crx文件
下载Tab Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
扩展基本信息
名称 | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
官方URL | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
简介 | Shows the amount of tabs you've created on every new tab. |
文件大小 | 16.79 KB |
安装次数 | 56 |
当前版本 | 2.0 |
更新时间 | 2016-07-23 |
上架时间 | 2016-07-23 |
评分 | 3.50/5 共4次评分 |
开发者 | metarmask |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |