Prayer Schedule

Prayer Schedule for Muslims

Prayer Schedule là gì?

Prayer Schedule là một tiện ích mở rộng Chrome được phát triển bởi iBragimoff, và tính năng chính của nó là "Prayer Schedule for Muslims".

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

screenshot
screenshot

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

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

                        Quick access to the prayer schedule from the browser

👉 Beautiful and pleasant design
👉 Automatically recognizes your location
👉 Shows a warning bar about the remaining time
👉 Adjusts the time format to suit your region
👉 There are no complicated settings, everything is simple

✍️ You can suggest new improvements by mail [email protected] or by leaving a review with your wishes                    

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

Tên Prayer Schedule Prayer Schedule
ID jhnipmlpomflpekhnamaklehjakhjgnk
URL Chính Thức https://chromewebstore.google.com/detail/prayer-schedule/jhnipmlpomflpekhnamaklehjakhjgnk
Mô tả Prayer Schedule for Muslims
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-01-28
Ngày Phát Hành 2022-02-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển iBragimoff
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/1Bragim0ff/Prayer-Schedule
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prayer Schedule",
    "description": "__MSG_appDescription__",
    "version": "1.0",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "geolocation",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}