Remind Me Daily
Periodically remind yourself to off work
Apa itu Remind Me Daily?
Remind Me Daily adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Periodically remind yourself to off work".
Unduh Berkas CRX Ekstensi Remind Me Daily
Unduh file ekstensi Remind Me Daily dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Remind me daily app is used for reminding the things daily which we neglect but important.
Informasi Dasar Ekstensi
Nama | Remind Me Daily |
ID | mdlggkppockhincggookkkfoibpnfpfk |
URL Resmi | https://chromewebstore.google.com/detail/remind-me-daily/mdlggkppockhincggookkkfoibpnfpfk |
Deskripsi | Periodically remind yourself to off work |
Ukuran File | 98.79 KB |
Jumlah Instalasi | 90 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-09-23 |
Tanggal Publikasi | 2016-09-22 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.wtindia.co.in |
Bahasa yang Didukung | 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" ] } |