Qibla Finder
Easily find your qibla direction with online maps. Find out your qibla direction line and qibla angle.
什麼是Qibla Finder?
Qibla Finder是由https://www.qiblafinder.org開發的Chrome擴展程式,該擴展的主要功能是“Easily find your qibla direction with online maps. Find out your qibla direction line and qibla angle.”。
擴展截圖
下載Qibla Finder擴展crx文件
下載Qibla Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Qibla direction is very important for those who pray. Performing the prayer in the right direction is very important in terms of the health of the prayer. Therefore, the direction of qibla must be determined correctly. With this study, we help you find the correct direction of Qibla. Wherever you are in the world, you can get the most accurate result from here. With this study prepared using the Google Maps infrastructure, we present you the direction of Qibla in two ways. First, we give the qibla direction line of your current location on the map. Second, we give the qibla angle for the compass of your current location. You can find your qibla direction using both methods. With online maps, you will be able to get your line of qibla direction by going down to the roof of your home or business. Taking into account the house, street or objects around you, you will be able to easily determine your Qibla direction with this line provided to you. With this application, you will provide more convenient access to this qibla finder site. Qibla finding will be a click away at any time. At the same time, links where you can find the Qibla direction of important cities of the world are presented to you in the application.
擴展基本資訊
名稱 | |
ID | iboianeojacjeokehoalboglkaljmdol |
官方網址 | https://chrome.google.com/webstore/detail/qibla-finder/iboianeojacjeokehoalboglkaljmdol |
簡介 | Easily find your qibla direction with online maps. Find out your qibla direction line and qibla angle. |
檔案大小 | 25.48 KB |
安裝次數 | 126 |
目前版本 | 1.0 |
更新時間 | 2021-04-17 |
上架時間 | 2021-02-01 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.qiblafinder.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.qiblafinder.org |
說明頁面URL | https://www.qiblafinder.org/contact.php |
隱私政策頁面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 Finder", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/www.qiblafinder.org", "description": "Easily find your qibla direction with online maps. Find out your qibla direction line and qibla angle.", "browser_action": { "default_icon": "icon.png", "default_title": "Qibla Finder", "default_popup": "qiblafinder.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "qibla.js" ] } } |