Prayer-Time

When extension is open it launch and display prayer time

Prayer-Time là gì?

Prayer-Time là một tiện ích mở rộng Chrome được phát triển bởi Khalid, và tính năng chính của nó là "When extension is open it launch and display prayer time".

Ả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-Time

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

                        The Prayer Time Extension is a useful tool for Muslims around the world who want to keep track of their daily prayer times. Whether you are traveling for work or just want to stay on top of your religious practices, this extension is perfect for you. Simply choose your country and the extension will automatically display the correct times for Fajr, Dhuhr, Asr, Maghrib, and Isha prayers. This extension is an essential tool for Muslims who want to stay connected to their faith and make sure they are never missing a prayer. With the Prayer Time Extension, you can be sure that you are always on time for your daily prayers no matter where you are.                    

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

Tên Prayer-Time Prayer-Time
ID nodeckfkokabkobgapjinclfafjoekok
URL Chính Thức https://chromewebstore.google.com/detail/prayer-time/nodeckfkokabkobgapjinclfafjoekok
Mô tả When extension is open it launch and display prayer time
Kích Thước Tệp 750 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-01-05
Ngày Phát Hành 2022-12-26
Nhà Phát Triển Khalid
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prayer-Time",
    "version": "1.0.1",
    "description": "When extension is open it launch and display prayer time",
    "icons": {
        "128": ".\/assets\/prayer-time-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "geolocation"
    ],
    "action": {
        "default_icon": ".\/assets\/prayer-time-icon-128.png",
        "default_popup": "popup.html"
    }
}