Prayer-Time

When extension is open it launch and display prayer time

什麼是Prayer-Time?

Prayer-Time是由Khalid開發的Chrome擴展程式,該擴展的主要功能是“When extension is open it launch and display prayer time”。

擴展截圖

screenshot
screenshot

下載Prayer-Time擴展crx文件

下載Prayer-Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Prayer-Time Prayer-Time
ID nodeckfkokabkobgapjinclfafjoekok
官方網址 https://chromewebstore.google.com/detail/prayer-time/nodeckfkokabkobgapjinclfafjoekok
簡介 When extension is open it launch and display prayer time
檔案大小 750 KB
安裝次數 24
目前版本 1.0.1
更新時間 2023-01-05
上架時間 2022-12-26
開發者 Khalid
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}