Qibla Finder

Easily find your qibla direction with online maps. Find out your qibla direction line and qibla angle.

Τι είναι το Qibla Finder;

Το Qibla Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.qiblafinder.org, και η κύρια λειτουργία του είναι "Easily find your qibla direction with online maps. Find out your qibla direction line and qibla angle.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Qibla direction is very important for those who pray. Performing the prayer in the right direction is very important in terms of the health of the prayer. Therefore, the direction of qibla must be determined correctly. With this study, we help you find the correct direction of Qibla. Wherever you are in the world, you can get the most accurate result from here.

With this study prepared using the Google Maps infrastructure, we present you the direction of Qibla in two ways. First, we give the qibla direction line of your current location on the map. Second, we give the qibla angle for the compass of your current location. You can find your qibla direction using both methods.

With online maps, you will be able to get your line of qibla direction by going down to the roof of your home or business. Taking into account the house, street or objects around you, you will be able to easily determine your Qibla direction with this line provided to you.

With this application, you will provide more convenient access to this qibla finder site. Qibla finding will be a click away at any time. At the same time, links where you can find the Qibla direction of important cities of the world are presented to you in the application.                    

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

Όνομα Qibla Finder Qibla Finder
ID iboianeojacjeokehoalboglkaljmdol
Επίσημο URL https://chrome.google.com/webstore/detail/qibla-finder/iboianeojacjeokehoalboglkaljmdol
Περιγραφή Easily find your qibla direction with online maps. Find out your qibla direction line and qibla angle.
Μέγεθος Αρχείου 25.48 KB
Αριθμός Εγκαταστάσεων 126
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-04-17
Ημερομηνία Δημοσίευσης 2021-02-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.qiblafinder.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.qiblafinder.org
Διεύθυνση URL της Σελίδας Βοήθειας https://www.qiblafinder.org/contact.php
URL της Σελίδας Πολιτικής Απορρήτου https://www.qiblafinder.org/chrome-web-store-developer-privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qibla Finder",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.qiblafinder.org",
    "description": "Easily find your qibla direction with online maps. Find out your qibla direction line and qibla angle.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Qibla Finder",
        "default_popup": "qiblafinder.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "qibla.js"
        ]
    }
}