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