Donut counter

A simple click counter that measures in donuts

什么是Donut counter?

Donut counter是由weissz17开发的Chrome扩展程序,该扩展的主要功能是“A simple click counter that measures in donuts”。

扩展截图

screenshot

下载Donut counter扩展crx文件

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

扩展使用说明

                        A simple counter that is easy to add or subtract one at a time. It is great for teachers and educators, or anyone who needs a simple, fun way of keeping track of a single number over long periods of time. It always saves the number when you close your browser or even totally quit out of chrome. Simple, elegant, fun -- Donut counter.                    

扩展基本信息

名称 Donut counter Donut counter
ID nikhadcajooembobfjnhegmpiddijmpa
官方URL https://chrome.google.com/webstore/detail/donut-counter/nikhadcajooembobfjnhegmpiddijmpa
简介 A simple click counter that measures in donuts
文件大小 163 KB
安装次数 1,000
当前版本 5.0
更新时间 2017-02-01
上架时间 2017-02-01
评分 2.77/5 共13次评分
开发者 weissz17
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donut counter",
    "description": "A simple click counter that measures in donuts",
    "version": "5.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    }
}