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 |
| 官方網址 | 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
} | |