Find the Qibla
We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location.
Τι είναι το Find the Qibla;
Το Find the Qibla είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.qiblafind.com, και η κύρια λειτουργία του είναι "We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Find the Qibla
Λήψη αρχείων επέκτασης Find the Qibla σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Qibla direction is an important requirement of prayer. Therefore, the direction of qibla should be determined correctly. We use various tools to find the direction of qibla. We can use online maps to find the right direction of qibla. We can use the sites that give the qibla direction line of our location and the qibla angle for the compass. Qiblafind.com, which uses the Google maps infrastructure, is one of them. You can use the relevant site to learn our Qibla direction with the correct result. With this study, we aim to find our Qibla direction quickly from the online map. You can quickly learn all the countries and cities of the world, or the direction of qibla of your current location here.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jbgclhkfbocigecihjpefakefmnedpji |
Επίσημο URL | https://chromewebstore.google.com/detail/find-the-qibla/jbgclhkfbocigecihjpefakefmnedpji |
Περιγραφή | We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location. |
Μέγεθος Αρχείου | 20.67 KB |
Αριθμός Εγκαταστάσεων | 59 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-04-04 |
Ημερομηνία Δημοσίευσης | 2021-02-03 |
Προγραμματιστής | https://www.qiblafind.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.qiblafind.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.qiblafind.com/finding-the-qibla-direction-with-compass.html |
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": "Find the Qibla", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/www.qiblafind.com", "description": "We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location.", "browser_action": { "default_icon": "icon.png", "default_title": "Find the Qibla", "default_popup": "qiblafind.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "qiblafind.js" ] } } |