Salaat - Prayer Times

A simple app that displays daily prayer times for a selected your city and country.

Salaat - Prayer Times là gì?

Salaat - Prayer Times là một tiện ích mở rộng Chrome được phát triển bởi Yeti7554, và tính năng chính của nó là "A simple app that displays daily prayer times for a selected your city and country.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salaat - Prayer Times

Tải xuống các tệp mở rộng Salaat - 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

                        A simple extension that displays daily prayer times for your city and country.
Lets stay on top of our Salaat!

Features:
- Auto location detection
- Location based Salaat times
- Selectable prayer calculation method

Please give leave us a review and email us any suggestions you have and we would be happy to help.

You can donate to support development on this chrome extension. 

We do not store your location or device information and our source code is available if you would like to ensure that we are using your data ethically.

Contact form:
https://forms.gle/2ME4Aq1DxfaecRda6                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salaat - Prayer Times Salaat - Prayer Times
ID abdmibnfefhnpmcjbekbdlmhfhajfdkb
URL Chính Thức https://chromewebstore.google.com/detail/salaat-prayer-times/abdmibnfefhnpmcjbekbdlmhfhajfdkb
Mô tả A simple app that displays daily prayer times for a selected your city and country.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2023-05-14
Ngày Phát Hành 2023-04-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Yeti7554
Email [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": 3,
    "name": "Salaat - Prayer Times",
    "version": "0.6.1",
    "description": "A simple app that displays daily prayer times for a selected your city and country.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        },
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/geocode.xyz\/*",
        "https:\/\/api.aladhan.com\/v1\/timingsByCity"
    ],
    "permissions": [
        "geolocation"
    ]
}