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是由https://www.qiblafind.com開發的Chrome擴展程式,該擴展的主要功能是“We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location.”。

擴展截圖

screenshot
screenshot
screenshot

下載Find the Qibla擴展crx文件

下載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.                    

擴展基本資訊

名稱 Find the Qibla Find the Qibla
ID jbgclhkfbocigecihjpefakefmnedpji
官方網址 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"
        ]
    }
}