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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}