Reminds - your desktop reminder
Create one-time or recurring reminders and never forget anything.
什么是Reminds - your desktop reminder?
Reminds - your desktop reminder是由Gram开发的Chrome扩展程序,该扩展的主要功能是“Create one-time or recurring reminders and never forget anything.”。
扩展截图
下载Reminds - your desktop reminder扩展crx文件
下载Reminds - your desktop reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reminds - you can now manage your daily tasks & reminders with one single extension.
Have you ever forgotten important tasks while working/procrastinating on your computer?
If the answer is yes, you need Reminds in your Chrome browser!
• Reminds is an intuitive desktop reminder for everyday use and work.
• You can create one-off or weekly recurring reminders with ease.
• Install now and never forget anything!
p.s Reminds is regularly updated to ensure you have the best user experience 扩展基本信息
| 名称 | |
| ID | jkodggbjknnjbiadigiggaajehflpnap |
| 官方URL | https://chromewebstore.google.com/detail/reminds-your-desktop-remi/jkodggbjknnjbiadigiggaajehflpnap |
| 简介 | Create one-time or recurring reminders and never forget anything. |
| 文件大小 | 479 KB |
| 安装次数 | 407 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2018-11-20 |
| 上架时间 | 2018-11-20 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | Gram |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.0.1",
"short_name": "__MSG_appShortName__",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "images\/icon-32.png"
},
"default_title": "__MSG_browserActionTitle__",
"default_popup": "pages\/popup.html"
},
"web_accessible_resources": [
"pages\/**"
],
"permissions": [
"alarms",
"storage",
"notifications"
]
} | |