Salat First

Salat First Chrome Extension

Salat First là gì?

Salat First là một tiện ích mở rộng Chrome được phát triển bởi AdibMed, và tính năng chính của nó là "Salat First Chrome Extension".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salat First

Tải xuống các tệp mở rộng Salat First 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

                        Salat First - الصلاة أولا is a powerful and user-friendly Chrome extension designed to help Muslims all around the world stay connected to their faith and never miss a prayer. With its accurate and reliable prayer times calculator, the extension provides real-time notifications for the five daily prayers, as well as optional reminders for the Friday prayer.

Salat First - الصلاة أولا offers customizable settings that allow users to adjust prayer times based on their location, preferred calculation method, and juristic method. Users can also choose from a variety of different adhan sounds and adjust the volume of the notifications to their liking.

The extension also features a beautiful and intuitive interface that displays prayer times in a clear and easy-to-read format. Users can view prayer times for the current day, as well as the entire week, and the extension automatically updates the prayer times based on the user's location.

Salat First - الصلاة أولا is an essential tool for any Muslim who wants to stay connected to their faith and maintain their daily prayer routine. With its accurate calculations, customizable settings, and beautiful interface, this extension is the perfect companion for anyone who wants to prioritize their faith and put prayer first in their daily life.                    

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

Tên Salat First Salat First
ID ajanfdnbhgcngmfgljpojkgephadplig
URL Chính Thức https://chromewebstore.google.com/detail/salat-first/ajanfdnbhgcngmfgljpojkgephadplig
Mô tả Salat First Chrome Extension
Kích Thước Tệp 2.68 MB
Số Lần Cài Đặt 190
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-04-12
Ngày Phát Hành 2023-04-11
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển AdibMed
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salat First",
    "description": "Salat First Chrome Extension",
    "version": "0.0.1",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.habous.gov.ma\/*"
    ],
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_title": "Salat First",
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}