Adhan Schedule

This extension will calculate and display local adhan times

Adhan Schedule là gì?

Adhan Schedule là một tiện ích mở rộng Chrome được phát triển bởi Abrar Chaudhry, và tính năng chính của nó là "This extension will calculate and display local adhan times".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adhan Schedule

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

                        This Chrome extension uses your browser's location to calculate prayer times. Currently it uses "ISNA" as calculation method to compute prayer times. Support for other calculation methods will be added in future. 

The code that calculates prayer times is taken from (http://www.praytimes.org/). To see which other calculation methods it supports please see (http://praytimes.org/manual#Set_Calculation_Method). 

Please provide feedback on the current version and feel free to request new features.                    

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

Tên Adhan Schedule Adhan Schedule
ID ehmahonckdolbbekhkfgpajooolbpemk
URL Chính Thức https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk
Mô tả This extension will calculate and display local adhan times
Kích Thước Tệp 898 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-03-15
Ngày Phát Hành 2017-03-15
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Abrar Chaudhry
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adhan Schedule",
    "author": "Abrar Chaudhry",
    "description": "This extension will calculate and display local adhan times",
    "version": "1.4",
    "icons": {
        "128": "img\/ic_kaaba_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/api.aladhan.com\/",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/cdnjs.cloudflare.com\/",
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}