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
官方網址 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"
    }
}