Salat Reminder
Notify user of the time for salat
Salat Reminder là gì?
Salat Reminder là một tiện ích mở rộng Chrome được phát triển bởi Jubrilissa, và tính năng chính của nó là "Notify user of the time for salat".
Ả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 Salat Reminder
Tải xuống các tệp mở rộng Salat Reminder 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
Salat reminder notifies you when it's time for salat in your location in a new Tab. Creating a new Tab with image and message for the current salat (prayer) Feedback and suggestions are welcome. If you have any feedback or suggestion kindly send an email to [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
URL Chính Thức | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
Mô tả | Notify user of the time for salat |
Kích Thước Tệp | 3.87 MB |
Số Lần Cài Đặt | 162 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2020-03-02 |
Ngày Phát Hành | 2020-03-02 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Jubrilissa |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salat Reminder", "short_name": "Salat Reminder", "description": "Notify user of the time for salat", "version": "0.0.7", "icons": { "16": "images\/favicon-16.png", "48": "images\/favicon-57.png", "128": "images\/favicon-128.png" }, "browser_action": { "default_title": "Salat Reminder for chrome", "default_icon": "favicon.ico" }, "permissions": [ "alarms", "storage", "tabs", "geolocation" ], "background": { "scripts": [ "js\/activity_popup.js", "js\/chrome_listeners.js" ] } } |