提醒我(Remind Me)
在线提醒,使你不会漏掉重要记事!
What is 提醒我(Remind Me)?
提醒我(Remind Me) is a Chrome extension developed by https://chenapp.com, and its main feature is "在线提醒,使你不会漏掉重要记事!".
Extension Screenshots
Download 提醒我(Remind Me) Extension CRX File
Download 提醒我(Remind Me) 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
提醒我(Remind Me),方便您记录提醒事项,不会漏掉重要记事。 能做重要会议提醒、生日提醒、纪念日提醒、生活记事提醒等常用提醒功能。 v2.0.1 2014-05-14 [修复] * 列表显示的距离天数差一天的bug v2.0 2014-05-08 [新增] * 可设置农历提醒 * 可设置提前几天提醒 * 重做列表显示 [修复] * 整体优化扩展 * 设置邮件为vip功能(主要因为现在的邮件量太大,超出邮件数量的限制) v1.0 2013-06-28 [新增] * 提醒我第一个版本发布
Extension Basic Information
Name | 提醒我(Remind Me) |
ID | dedddajhinocfkjfcmdmbcapiaacbing |
Official URL | https://chromewebstore.google.com/detail/%E6%8F%90%E9%86%92%E6%88%91remind-me/dedddajhinocfkjfcmdmbcapiaacbing |
Description | 在线提醒,使你不会漏掉重要记事! |
File Size | 202 KB |
Installation Count | 236 |
Current Version | 2.0.1 |
Last Updated | 2014-05-14 |
Publish Date | 2014-05-14 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://chenapp.com |
[email protected] | |
Payment Type | free |
Extension Website | http://chenapp.com/chrome/remind |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u63d0\u9192\u6211(Remind Me)", "version": "2.0.1", "description": "\u5728\u7ebf\u63d0\u9192\uff0c\u4f7f\u4f60\u4e0d\u4f1a\u6f0f\u6389\u91cd\u8981\u8bb0\u4e8b\uff01", "browser_action": { "default_title": "\u63d0\u9192\u6211(Remind Me)", "default_icon": "images\/icon\/128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/jquery-1.8.2.min.js", "scripts\/api.js", "scripts\/background.js" ] }, "icons": { "16": "images\/icon\/128.png", "48": "images\/icon\/48.png", "128": "images\/icon\/128.png" }, "homepage_url": "http:\/\/chenapp.com\/chrome\/remind", "permissions": [ "http:\/\/chenapp.com\/*", "notifications" ], "manifest_version": 2 } |