Adhan Schedule

This extension will calculate and display local adhan times

Τι είναι το Adhan Schedule;

Το Adhan Schedule είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abrar Chaudhry, και η κύρια λειτουργία του είναι "This extension will calculate and display local adhan times".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Adhan Schedule

Λήψη αρχείων επέκτασης Adhan Schedule σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Adhan Schedule Adhan Schedule
ID ehmahonckdolbbekhkfgpajooolbpemk
Επίσημο URL https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk
Περιγραφή This extension will calculate and display local adhan times
Μέγεθος Αρχείου 898 KB
Αριθμός Εγκαταστάσεων 193
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2017-03-15
Ημερομηνία Δημοσίευσης 2017-03-15
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Abrar Chaudhry
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}