Yunser counter.(云设计数器)
A simple counter.(一个简单的计数器)
What is Yunser counter.(云设计数器)?
Yunser counter.(云设计数器) is a Chrome extension developed by Yunser, and its main feature is "A simple counter.(一个简单的计数器)".
Extension Screenshots
Download Yunser counter.(云设计数器) Extension CRX File
Download Yunser counter.(云设计数器) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple counter can be used to count the times of drinking water and so on. 一个简单的计数器,可以用来统计喝水次数等等。
Extension Basic Information
Name | |
ID | iappdokmdfafobmdcdjklmhcphcjmjbb |
Official URL | https://chromewebstore.google.com/detail/yunser-counter%EF%BC%88%E4%BA%91%E8%AE%BE%E8%AE%A1%E6%95%B0%E5%99%A8%EF%BC%89/iappdokmdfafobmdcdjklmhcphcjmjbb |
Description | A simple counter.(一个简单的计数器) |
File Size | 45.81 KB |
Installation Count | 27 |
Current Version | 1.0.2 |
Last Updated | 2020-11-21 |
Publish Date | 2020-10-03 |
Developer | Yunser |
[email protected] | |
Payment Type | free |
Extension Website | https://counter.yunser.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yunser counter.\uff08\u4e91\u8bbe\u8ba1\u6570\u5668\uff09", "version": "1.0.2", "manifest_version": 2, "description": "A simple counter.\uff08\u4e00\u4e2a\u7b80\u5355\u7684\u8ba1\u6570\u5668\uff09", "author": "Yunser", "icons": { "16": "icons\/icon-192.png", "128": "icons\/icon-192.png" }, "permissions": [], "homepage_url": "https:\/\/counter.yunser.com\/", "browser_action": { "default_title": "title", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |