Donut counter
A simple click counter that measures in donuts
Donut counter là gì?
Donut counter là một tiện ích mở rộng Chrome được phát triển bởi weissz17, và tính năng chính của nó là "A simple click counter that measures in donuts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Donut counter
Tải xuống các tệp mở rộng Donut counter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nikhadcajooembobfjnhegmpiddijmpa |
URL Chính Thức | https://chrome.google.com/webstore/detail/donut-counter/nikhadcajooembobfjnhegmpiddijmpa |
Mô tả | A simple click counter that measures in donuts |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 5.0 |
Cập Nhật Lần Cuối | 2017-02-01 |
Ngày Phát Hành | 2017-02-01 |
Đánh Giá | 2.77/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | weissz17 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |