语音闹钟
定时语音弹窗提醒
What is 语音闹钟?
语音闹钟 is a Chrome extension developed by [email protected], 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
自定义语音闹钟 》1.1.4 修改了按钮动画样式,原动画太占内存 增加了测试弹窗 修复已知BUG 》1.1.5 修改加载后台事件 》1.1.6 修改1.1.5中初次安装带来的bug 》1.1.7 修复回调写错的bug 》1.1.8 修复初次安装产生的缺陷 》1.1.9 增加了两个时钟,修改了样式 》1.2.0 增加了上传文件的限制<30K 》1.3.0 调整了样式 》1.3.1 bug修复 》1.4.0 修改了样式,增加了语言选择 》1.4.1-2 修复了语言错误 》1.4.3 修复一个下拉框bug >>1.4.4 删除了台湾语音 修复了导出功能 >>1.4.5 紧急修复了删除bug
Extension Basic Information
Name | |
ID | dknljfjfblfmbgdcedkjicbndohjgjgp |
Official URL | https://chrome.google.com/webstore/detail/%E8%AF%AD%E9%9F%B3%E9%97%B9%E9%92%9F/dknljfjfblfmbgdcedkjicbndohjgjgp |
Description | 定时语音弹窗提醒 |
File Size | 878 KB |
Installation Count | 215 |
Current Version | 1.4.5 |
Last Updated | 2017-07-18 |
Publish Date | 2017-07-18 |
Rating | 3.00/5 Total 3 Ratings |
Developer | [email protected] |
Payment Type | free |
Supported Languages | zh-CN,zh-TW |
manifest.json | |
{ "name": "\u8bed\u97f3\u95f9\u949f", "description": "\u5b9a\u65f6\u8bed\u97f3\u5f39\u7a97\u63d0\u9192", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqC8ZY4e\/TIwt91GNDk+H6HvDnbUbbXN5x8kZksoDelKLd5nuygCuxygqPjjtQflzzp230ED9T8oyRJJioFiQRdHDZXpA2yz79qV7i4jKAXBBlt\/iwF2W7RPDVZWyCPIT3BsCQJujJd+bGrorx93gc5h4pINykmPZboU7aGubevayLNGUchxZJ2kM3XdMbLgkoWk1NHLJrlhqVs9\/Rvr1l2dvZ0+j9DaiQKqihb\/jpOlx8\/KFjIomOnhMhmUXBJGhE39QKQwHLsB1UeRqgfc9P+lZqdPGvanNVG8j4nBphj7Dmb8e0JQkb6CRRaamy4vVDwEBuRVh4\/CpjxTvx2co8wIDAQAB", "manifest_version": 2, "default_locale": "zh_CN", "options_page": "options.html", "permissions": [ "notifications", "tts", "background", "https:\/\/*.google.com.hk\/*", "tabs", "downloads" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.5", "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/48.png" }, "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "web_accessible_resources": [ "images\/tx.png" ] } |