Salah - Prayer Reminder

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

Salah - Prayer Reminder là gì?

Salah - Prayer Reminder là một tiện ích mở rộng Chrome được phát triển bởi Salah - Extension, và tính năng chính của nó là "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salah - Prayer Reminder

Tải xuống các tệp mở rộng Salah - Prayer Reminder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        السلام عليكم.
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
مع السلامة                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salah - Prayer Reminder Salah - Prayer Reminder
ID eglgbgmahngnflijjdhghhdbflgdceif
URL Chính Thức https://chromewebstore.google.com/detail/salah-prayer-reminder/eglgbgmahngnflijjdhghhdbflgdceif
Mô tả This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.
Kích Thước Tệp 7 MB
Số Lần Cài Đặt 241
Phiên Bản Hiện Tại 1.3.8
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2023-05-16
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Salah - Extension
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.buymeacoffee.com/salahPrayerReminder/membership
URL Trang Chính Sách Bảo Mật https://openai.com/policies/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}