Prayer Times
Easily access prayer times and see how much time is left until next prayers.
Prayer Times là gì?
Prayer Times là một tiện ích mở rộng Chrome được phát triển bởi agayevelcinn, và tính năng chính của nó là "Easily access prayer times and see how much time is left until next prayers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Prayer Times
Tải xuống các tệp mở rộng Prayer Times dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Showing praying times and also added Azerbaijan praying times.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Prayer Times |
ID | bdldcfbncdeknajlcbgacejmpahomjlf |
URL Chính Thức | https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf |
Mô tả | Easily access prayer times and see how much time is left until next prayers. |
Kích Thước Tệp | 442 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-03-28 |
Ngày Phát Hành | 2022-11-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | agayevelcinn |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |