Remind Me Daily
Periodically remind yourself to off work
什麼是Remind Me Daily?
Remind Me Daily是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Periodically remind yourself to off work”。
下載Remind Me Daily擴展crx文件
下載Remind Me Daily擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remind me daily app is used for reminding the things daily which we neglect but important. 擴展基本資訊
| 名稱 | |
| ID | mdlggkppockhincggookkkfoibpnfpfk |
| 官方網址 | https://chromewebstore.google.com/detail/remind-me-daily/mdlggkppockhincggookkkfoibpnfpfk |
| 簡介 | Periodically remind yourself to off work |
| 檔案大小 | 98.79 KB |
| 安裝次數 | 90 |
| 目前版本 | 1.0 |
| 更新時間 | 2016-09-23 |
| 上架時間 | 2016-09-22 |
| 評分 | 3.33/5 共 3 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | http://www.wtindia.co.in |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Remind Me Daily",
"version": "1.0",
"manifest_version": 2,
"description": "Periodically remind yourself to off work",
"homepage_url": "http:\/\/www.wtindia.co.in",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"permissions": [
"notifications",
"tts"
],
"web_accessible_resources": [
"icon48.png"
]
} | |