Azkar Reminder
Azkar Reminder is an Islamic extension that reminds you to make Azkar & Dua at regular intervals.
What is Azkar Reminder?
Azkar Reminder is a Chrome extension developed by Merna Mustafa, and its main feature is "Azkar Reminder is an Islamic extension that reminds you to make Azkar & Dua at regular intervals.".
Extension Screenshots
Download Azkar Reminder Extension CRX File
Download Azkar Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An Islamic extension that reminds you to make Azkar & Dua at regular intervals, as the prophet (ﷺ) said: "Keep your tongue moist with the remembrance of Allah." Features: 50+ Azkar and Dua from the Holy Quran and Sunnah. Reminds you to make Azkar & Dua every 15 minutes by default and you can easily change it and set your reminder interval. More features are coming soon :)
Extension Basic Information
Name | Azkar Reminder |
ID | edjphdbmjmjoeejcobhjgbhkncbfojjk |
Official URL | https://chromewebstore.google.com/detail/azkar-reminder/edjphdbmjmjoeejcobhjgbhkncbfojjk |
Description | Azkar Reminder is an Islamic extension that reminds you to make Azkar & Dua at regular intervals. |
File Size | 178 KB |
Installation Count | 424 |
Current Version | 1.1 |
Last Updated | 2023-10-22 |
Publish Date | 2022-03-02 |
Rating | 5.00/5 Total 12 Ratings |
Developer | Merna Mustafa |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Azkar Reminder", "description": "Azkar Reminder is an Islamic extension that reminds you to make Azkar & Dua at regular intervals.", "version": "1.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/azkar-icon-16.png", "32": "\/images\/azkar-icon-32.png", "48": "\/images\/azkar-icon-48.png", "128": "\/images\/azkar-icon-128.png" } }, "icons": { "16": "\/images\/azkar-icon-16.png", "32": "\/images\/azkar-icon-32.png", "48": "\/images\/azkar-icon-48.png", "128": "\/images\/azkar-icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "notifications" ] } |