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
官方網址 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"
    }
}