Prayer Times
Easily access prayer times and see how much time is left until next prayers.
什麼是Prayer Times?
Prayer Times是由agayevelcinn開發的Chrome擴展程式,該擴展的主要功能是“Easily access prayer times and see how much time is left until next prayers.”。
擴展截圖
下載Prayer Times擴展crx文件
下載Prayer Times擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Showing praying times and also added Azerbaijan praying times.
擴展基本資訊
名稱 | Prayer Times |
ID | bdldcfbncdeknajlcbgacejmpahomjlf |
官方網址 | https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf |
簡介 | Easily access prayer times and see how much time is left until next prayers. |
檔案大小 | 442 KB |
安裝次數 | 18 |
目前版本 | 2.0.0 |
更新時間 | 2023-03-28 |
上架時間 | 2022-11-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | agayevelcinn |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "images\/icons\/128.png" }, "default_popup": "index.html", "default_title": "__MSG_short_name__" }, "background": { "service_worker": "serviceWorker.js" }, "default_locale": "tr", "description": "__MSG_description__", "host_permissions": [ "https:\/\/prayer.azurewebsites.net\/*" ], "icons": { "128": "images\/icons\/128.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_name__", "permissions": [ "storage", "notifications", "alarms" ], "short_name": "__MSG_short_name__", "version": "2.0.0" } |