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
公式URL 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
Eメール [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"
    }
}