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."입니다.
확장 프로그램 스크린샷
Find the Qibla 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | jbgclhkfbocigecihjpefakefmnedpji |
공식 URL | 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" ] } } |