简易小闹钟
一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。
What is 简易小闹钟?
简易小闹钟 is a Chrome extension developed by 10206271, and its main feature is "一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。".
Extension Screenshots
Download 简易小闹钟 Extension CRX File
Download 简易小闹钟 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
简介:一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。 功能说明:一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。
Extension Basic Information
Name | |
ID | mdbnkcinnjfdkhehpbbnlfnkamehlcgk |
Official URL | https://chrome.google.com/webstore/detail/%E7%AE%80%E6%98%93%E5%B0%8F%E9%97%B9%E9%92%9F/mdbnkcinnjfdkhehpbbnlfnkamehlcgk |
Description | 一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。 |
File Size | 3.22 MB |
Installation Count | 495 |
Current Version | 11.0 |
Last Updated | 2018-04-10 |
Publish Date | 2018-04-10 |
Rating | 3.50/5 Total 6 Ratings |
Developer | 10206271 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/logo16.png", "default_popup": "popup.html", "default_title": "\u7b80\u6613\u5c0f\u95f9\u949f" }, "description": "\u4e00\u6b3e\u7b80\u5355\u7075\u5de7\u7684\u8ba1\u65f6\u5de5\u5177\uff0c\u53ef\u4ee5\u5feb\u901f\u8bbe\u7f6e\u5012\u8ba1\u65f6\uff0c\u5e76\u63d0\u4f9b\u94c3\u58f0\u8bbe\u7f6e\u63d0\u9192\u7684\u6d4f\u89c8\u5668\u95f9\u949f\u3002", "icons": { "128": "img\/logo128.png", "16": "img\/logo16.png", "48": "img\/logo48.png" }, "manifest_version": 2, "minimum_chrome_version": "42", "name": "\u7b80\u6613\u5c0f\u95f9\u949f", "permissions": [ "background", "notifications", "system.cpu" ], "version": "11.0" } |