Salaat - Prayer Times

A simple app that displays daily prayer times for a selected your city and country.

Salaat - Prayer Timesとは何ですか?

Salaat - Prayer TimesはYeti7554によって開発されたChromeの拡張機能で、その主な機能は「A simple app that displays daily prayer times for a selected your city and country.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Salaat - Prayer Times拡張機能のCRXファイルをダウンロード

Salaat - Prayer Times拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple extension that displays daily prayer times for your city and country.
Lets stay on top of our Salaat!

Features:
- Auto location detection
- Location based Salaat times
- Selectable prayer calculation method

Please give leave us a review and email us any suggestions you have and we would be happy to help.

You can donate to support development on this chrome extension. 

We do not store your location or device information and our source code is available if you would like to ensure that we are using your data ethically.

Contact form:
https://forms.gle/2ME4Aq1DxfaecRda6                    

拡張機能の基本情報

名前 Salaat - Prayer Times Salaat - Prayer Times
ID abdmibnfefhnpmcjbekbdlmhfhajfdkb
公式URL https://chromewebstore.google.com/detail/salaat-prayer-times/abdmibnfefhnpmcjbekbdlmhfhajfdkb
説明 A simple app that displays daily prayer times for a selected your city and country.
ファイルサイズ 105 KB
インストール数 30
現在のバージョン 0.6.1
最終更新日 2023-05-14
公開日 2023-04-28
評価 5.00/5 合計 1 レビュー
開発者 Yeti7554
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salaat - Prayer Times",
    "version": "0.6.1",
    "description": "A simple app that displays daily prayer times for a selected your city and country.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        },
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/geocode.xyz\/*",
        "https:\/\/api.aladhan.com\/v1\/timingsByCity"
    ],
    "permissions": [
        "geolocation"
    ]
}