Salat Reminder
Notify user of the time for salat
Apa itu Salat Reminder?
Salat Reminder adalah ekstensi Chrome yang dikembangkan oleh Jubrilissa, dan fitur utamanya adalah "Notify user of the time for salat".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Salat Reminder
Unduh file ekstensi Salat Reminder 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
Salat reminder notifies you when it's time for salat in your location in a new Tab. Creating a new Tab with image and message for the current salat (prayer) Feedback and suggestions are welcome. If you have any feedback or suggestion kindly send an email to [email protected]
Informasi Dasar Ekstensi
Nama | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
URL Resmi | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
Deskripsi | Notify user of the time for salat |
Ukuran File | 3.87 MB |
Jumlah Instalasi | 162 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2020-03-02 |
Tanggal Publikasi | 2020-03-02 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Jubrilissa |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salat Reminder", "short_name": "Salat Reminder", "description": "Notify user of the time for salat", "version": "0.0.7", "icons": { "16": "images\/favicon-16.png", "48": "images\/favicon-57.png", "128": "images\/favicon-128.png" }, "browser_action": { "default_title": "Salat Reminder for chrome", "default_icon": "favicon.ico" }, "permissions": [ "alarms", "storage", "tabs", "geolocation" ], "background": { "scripts": [ "js\/activity_popup.js", "js\/chrome_listeners.js" ] } } |