Donut counter

A simple click counter that measures in donuts

Donut counterคืออะไร?

Donut counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weissz17 และคุณลักษณะหลักของมันคือ "A simple click counter that measures in donuts"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Donut counter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}