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 là gì?

Qibla Direction là một tiện ích mở rộng Chrome được phát triển bởi https://www.qiblafind.com, và tính năng chính của nó là "Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Qibla Direction

Tải xuống các tệp mở rộng Qibla Direction dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Qibla Direction Qibla Direction
ID aplbgkgjnclpgnclfckchoponhmijbeg
URL Chính Thức https://chrome.google.com/webstore/detail/qibla-direction/aplbgkgjnclpgnclfckchoponhmijbeg
Mô tả Do you want to know the qibla direction and angle of qibla for your current location? Find your qibla direction with online maps.
Kích Thước Tệp 21.19 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-02-13
Ngày Phát Hành 2021-02-13
Nhà Phát Triển https://www.qiblafind.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.qiblafind.com/worldcountries
URL Trang Trợ Giúp https://www.qiblafind.com/finding-the-qibla-direction-with-compass.html
URL Trang Chính Sách Bảo Mật https://www.qiblafinder.org/chrome-web-store-developer-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}