Salah - Prayer Reminder

This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.

什么是Salah - Prayer Reminder?

Salah - Prayer Reminder是由Salah - Extension开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Salah - Prayer Reminder扩展crx文件

下载Salah - Prayer Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        السلام عليكم.
As-salamu alaykum

I wrote a Chrome extension for Muslims who spend way too much time in front of their computer.


This extension helps you to pray in time according to your location.
If you want you can easily watch a live stream from Mekka.
Or if you just want to read from the Quran, you can easily do that too.

It would be great if you could support me and the development of this extension.

Ma'a as-salama
مع السلامة                    

扩展基本信息

名称 Salah - Prayer Reminder Salah - Prayer Reminder
ID eglgbgmahngnflijjdhghhdbflgdceif
官方URL https://chromewebstore.google.com/detail/salah-prayer-reminder/eglgbgmahngnflijjdhghhdbflgdceif
简介 This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.
文件大小 7 MB
安装次数 241
当前版本 1.3.8
更新时间 2024-02-01
上架时间 2023-05-16
评分 4.67/5 共3次评分
开发者 Salah - Extension
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.buymeacoffee.com/salahPrayerReminder/membership
隐私政策页面URL https://openai.com/policies/privacy-policy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salah - Prayer Reminder",
    "version": "1.3.8",
    "author": "Daniel Szakacs",
    "description": "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.",
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/32.png",
            "32": "assets\/32.png"
        }
    },
    "icons": {
        "16": "assets\/32.png",
        "32": "assets\/32.png",
        "48": "assets\/32.png",
        "128": "assets\/32.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}