提醒我(Remind Me)
在线提醒,使你不会漏掉重要记事!
Cos'è 提醒我(Remind Me)?
提醒我(Remind Me) è un'estensione di Chrome sviluppata da https://chenapp.com, e la sua funzione principale è "在线提醒,使你不会漏掉重要记事!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 提醒我(Remind Me)
Scarica i file di estensione 提醒我(Remind Me) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
提醒我(Remind Me),方便您记录提醒事项,不会漏掉重要记事。
能做重要会议提醒、生日提醒、纪念日提醒、生活记事提醒等常用提醒功能。
v2.0.1 2014-05-14
[修复]
* 列表显示的距离天数差一天的bug
v2.0 2014-05-08
[新增]
* 可设置农历提醒
* 可设置提前几天提醒
* 重做列表显示
[修复]
* 整体优化扩展
* 设置邮件为vip功能(主要因为现在的邮件量太大,超出邮件数量的限制)
v1.0 2013-06-28
[新增]
* 提醒我第一个版本发布 Informazioni di Base sull'Estensione
| Nome | |
| ID | dedddajhinocfkjfcmdmbcapiaacbing |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E6%8F%90%E9%86%92%E6%88%91remind-me/dedddajhinocfkjfcmdmbcapiaacbing |
| Descrizione | 在线提醒,使你不会漏掉重要记事! |
| Dimensione del File | 202 KB |
| Conteggio Installazioni | 236 |
| Versione Corrente | 2.0.1 |
| Ultimo Aggiornamento | 2014-05-14 |
| Data di Pubblicazione | 2014-05-14 |
| Valutazione | 4.50/5 Totale 4 Valutazioni |
| Sviluppatore | https://chenapp.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://chenapp.com/chrome/remind |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u63d0\u9192\u6211(Remind Me)",
"version": "2.0.1",
"description": "\u5728\u7ebf\u63d0\u9192\uff0c\u4f7f\u4f60\u4e0d\u4f1a\u6f0f\u6389\u91cd\u8981\u8bb0\u4e8b\uff01",
"browser_action": {
"default_title": "\u63d0\u9192\u6211(Remind Me)",
"default_icon": "images\/icon\/128.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"scripts\/jquery-1.8.2.min.js",
"scripts\/api.js",
"scripts\/background.js"
]
},
"icons": {
"16": "images\/icon\/128.png",
"48": "images\/icon\/48.png",
"128": "images\/icon\/128.png"
},
"homepage_url": "http:\/\/chenapp.com\/chrome\/remind",
"permissions": [
"http:\/\/chenapp.com\/*",
"notifications"
],
"manifest_version": 2
} | |