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.
拡張機能の基本情報
名前 | Remind Me Daily |
ID | mdlggkppockhincggookkkfoibpnfpfk |
公式URL | 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" ] } |