MyReminder Plugin
This extension is used to simply set time based reminders
什麼是MyReminder Plugin?
MyReminder Plugin是由xxnations開發的Chrome擴展程式,該擴展的主要功能是“This extension is used to simply set time based reminders”。
擴展截圖
下載MyReminder Plugin擴展crx文件
下載MyReminder Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MyReminder
* A simple extension to set quick reminders
* You will never miss an notification even on browser or machine restart
* You will get missed notifications on browser restart
* Quick shortcuts for setting time
* Simple and clear user interface
* Quick Panel to see upcoming reminders
* Option to delete any reminder
* Notifications don't go away till you click on it. 擴展基本資訊
| 名稱 | |
| ID | mgimgbbcalnbghoaanhcheipioodieil |
| 官方網址 | https://chromewebstore.google.com/detail/myreminder-plugin/mgimgbbcalnbghoaanhcheipioodieil |
| 簡介 | This extension is used to simply set time based reminders |
| 檔案大小 | 659 KB |
| 安裝次數 | 47 |
| 目前版本 | 1.10 |
| 更新時間 | 2018-07-20 |
| 上架時間 | 2018-07-19 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | xxnations |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MyReminder Plugin",
"description": "This extension is used to simply set time based reminders",
"version": "1.10",
"author": "xxnations",
"browser_action": {
"default_icon": "images\/icons\/reminder.png",
"default_popup": "myreminder.html"
},
"permissions": [
"notifications"
],
"background": {
"scripts": [
"js\/notification.js",
"js\/localstorage.js",
"js\/background.js"
]
},
"icons": {
"16": "images\/icons\/reminder16x16.png",
"48": "images\/icons\/reminder48x48.png",
"128": "images\/icons\/reminder128x128.png"
}
} | |