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.

什么是Qibla Direction?

Qibla Direction是由https://www.qiblafind.com开发的Chrome扩展程序,该扩展的主要功能是“Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.”。

扩展截图

screenshot
screenshot
screenshot

下载Qibla Direction扩展crx文件

下载Qibla Direction扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Qibla Direction Qibla Direction
ID aplbgkgjnclpgnclfckchoponhmijbeg
官方URL https://chrome.google.com/webstore/detail/qibla-direction/aplbgkgjnclpgnclfckchoponhmijbeg
简介 Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.
文件大小 21.19 KB
安装次数 27
当前版本 1.0
更新时间 2021-02-13
上架时间 2021-02-13
开发者 https://www.qiblafind.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.qiblafind.com/worldcountries
帮助页面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": "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"
        ]
    }
}