Remind me!
Schedule recurring reminders.
什么是Remind me!?
Remind me!是由dragoonj开发的Chrome扩展程序,该扩展的主要功能是“Schedule recurring reminders.”。
扩展截图
下载Remind me!扩展crx文件
下载Remind me!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension lets you schedule a reminder to recur regularly, on certain days of the week, during certain hours, with an alert or notification, and a destination URL. I built it mainly to help me remember to log my hours at work. 扩展基本信息
| 名称 | |
| ID | bnhmafacknfmbcjolljkemehpaobjkml |
| 官方URL | https://chromewebstore.google.com/detail/remind-me/bnhmafacknfmbcjolljkemehpaobjkml |
| 简介 | Schedule recurring reminders. |
| 文件大小 | 138 KB |
| 安装次数 | 28 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2021-04-20 |
| 上架时间 | 2018-10-29 |
| 开发者 | dragoonj |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Remind me!",
"description": "Schedule recurring reminders.",
"version": "0.1.3",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Configure Reminders",
"default_popup": "ui.html"
},
"icons": {
"16": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-16.png",
"32": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-32.png",
"48": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-48.png",
"128": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-128.png"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"manifest_version": 2
} | |