Simple Prayers

Prayer timings display

Simple Prayersとは何ですか?

Simple PrayersはHaselによって開発されたChromeの拡張機能で、その主な機能は「Prayer timings display」です。

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

screenshot

Simple Prayers拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Functional and simple prayer timing display with a countdown timer.
Works everywhere, select your location in the settings.                    

拡張機能の基本情報

名前 Simple Prayers Simple Prayers
ID pcejmfohlhnppbcoopggnhloghnfndca
公式URL https://chromewebstore.google.com/detail/simple-prayers/pcejmfohlhnppbcoopggnhloghnfndca
説明 Prayer timings display
ファイルサイズ 11.54 KB
インストール数 345
現在のバージョン 0.4.14
最終更新日 2019-07-07
公開日 2019-07-07
評価 4.81/5 合計 32 レビュー
開発者 Hasel
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Prayers",
    "description": "Prayer timings display",
    "version": "0.4.14",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "main.html",
        "default_icon": "favicon.png"
    }
}