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
Eメール [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"
    }
}