Simple Prayers
Prayer timings display
What is Simple Prayers?
Simple Prayers is a Chrome extension developed by Hasel, and its main feature is "Prayer timings display".
Extension Screenshots
Download Simple Prayers Extension CRX File
Download Simple Prayers 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
Functional and simple prayer timing display with a countdown timer. Works everywhere, select your location in the settings.
Extension Basic Information
Name | Simple Prayers |
ID | pcejmfohlhnppbcoopggnhloghnfndca |
Official URL | https://chromewebstore.google.com/detail/simple-prayers/pcejmfohlhnppbcoopggnhloghnfndca |
Description | Prayer timings display |
File Size | 11.54 KB |
Installation Count | 345 |
Current Version | 0.4.14 |
Last Updated | 2019-07-07 |
Publish Date | 2019-07-07 |
Rating | 4.81/5 Total 32 Ratings |
Developer | Hasel |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Prayers", "description": "Prayer timings display", "version": "0.4.14", "manifest_version": 2, "options_page": "options.html", "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "permissions": [ "storage", "alarms" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "main.html", "default_icon": "favicon.png" } } |