Counter

A helpful, counting trio. Includes a tally counter, stopwatch, and timer.

什么是Counter?

Counter是由https://www.countereverything.com开发的Chrome扩展程序,该扩展的主要功能是“A helpful, counting trio. Includes a tally counter, stopwatch, and timer.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Counter扩展crx文件

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

扩展使用说明

                        Click anywhere or use your spacebar or enter key to keep a tally count. Start, stop, and reset a stopwatch measuring a detailed time. Add your own time up to one hour to start a countdown timer.                    

扩展基本信息

名称 Counter Counter
ID imkmehkgdebfbiefhjdhcdcaamkhkjin
官方URL https://chromewebstore.google.com/detail/counter/imkmehkgdebfbiefhjdhcdcaamkhkjin
简介 A helpful, counting trio. Includes a tally counter, stopwatch, and timer.
文件大小 63.23 KB
安装次数 241
当前版本 1.0.3.2
更新时间 2020-07-15
上架时间 2020-06-11
评分 5.00/5 共1次评分
开发者 https://www.countereverything.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.countereverything.com
帮助页面URL https://www.madebysnacks.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Counter",
    "description": "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.",
    "version": "1.0.3.2",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "16": "logo-16.png"
    },
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_popup": "popup.html"
    }
}