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.

Cos'è Qibla Direction?

Qibla Direction è un'estensione di Chrome sviluppata da https://www.qiblafind.com, e la sua funzione principale è "Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Qibla Direction

Scarica i file di estensione Qibla Direction in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Qibla Direction Qibla Direction
ID aplbgkgjnclpgnclfckchoponhmijbeg
URL Ufficiale https://chrome.google.com/webstore/detail/qibla-direction/aplbgkgjnclpgnclfckchoponhmijbeg
Descrizione Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.
Dimensione del File 21.19 KB
Conteggio Installazioni 27
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-13
Data di Pubblicazione 2021-02-13
Sviluppatore https://www.qiblafind.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.qiblafind.com/worldcountries
URL della Pagina di Aiuto https://www.qiblafind.com/finding-the-qibla-direction-with-compass.html
URL della Pagina della Politica sulla Privacy https://www.qiblafinder.org/chrome-web-store-developer-privacy-policy.html
Lingue Supportate 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"
        ]
    }
}