Qibla Direction

Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.

Qu'est-ce que Qibla Direction ?

Qibla Direction est une extension Chrome développée par https://www.qiblafind.com, et sa fonction principale est "Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Qibla Direction

Téléchargez les fichiers d'extension Qibla Direction au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.

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.                    

Informations de Base sur l'Extension

Nom Qibla Direction Qibla Direction
ID aplbgkgjnclpgnclfckchoponhmijbeg
URL Officiel https://chrome.google.com/webstore/detail/qibla-direction/aplbgkgjnclpgnclfckchoponhmijbeg
Description Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.
Taille du Fichier 21.19 KB
Nombre d'Installations 27
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-13
Date de Publication 2021-02-13
Développeur https://www.qiblafind.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.qiblafind.com/worldcountries
URL de la Page d'Aide https://www.qiblafind.com/finding-the-qibla-direction-with-compass.html
URL de la Page de Politique de Confidentialité https://www.qiblafinder.org/chrome-web-store-developer-privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qibla Direction",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.qiblafind.com",
    "description": "Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Qibla Direction",
        "default_popup": "qibla-find.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "qibla-find.js"
        ]
    }
}