Find the Qibla
We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location.
¿Qué es Find the Qibla?
Find the Qibla es una extensión de Chrome desarrollada por https://www.qiblafind.com, y su función principal es "We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Find the Qibla
Descarga archivos de extensión Find the Qibla en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | jbgclhkfbocigecihjpefakefmnedpji |
URL Oficial | https://chromewebstore.google.com/detail/find-the-qibla/jbgclhkfbocigecihjpefakefmnedpji |
Descripción | We help you find your Qibla direction with online maps. Also learn the Qibla angle of your location. |
Tamaño del Archivo | 20.67 KB |
Cantidad de Instalaciones | 59 |
Versión Actual | 1.0 |
Última Actualización | 2021-04-04 |
Fecha de Publicación | 2021-02-03 |
Desarrollador | https://www.qiblafind.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.qiblafind.com |
URL de la Página de Ayuda | https://www.qiblafind.com/finding-the-qibla-direction-with-compass.html |
URL de la Página de Política de Privacidad | https://www.qiblafinder.org/chrome-web-store-developer-privacy-policy.html |
Idiomas Soportados | 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" ] } } |