Bisma - Prayer Times

Bless your work with Bisma. Get local prayer times, daily inspirational islamic quotes, and more.

什麼是Bisma - Prayer Times?

Bisma - Prayer Times是由Bisma Inc開發的Chrome擴展程式,該擴展的主要功能是“Bless your work with Bisma. Get local prayer times, daily inspirational islamic quotes, and more.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Bisma - Prayer Times擴展crx文件

下載Bisma - Prayer Times擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing Bisma, a new Chrome Extension that customizes your New Tab page in the Chrome Browser, designed for the Muslim community. Bisma displays daily prayer times and inspirational Islamic quotes in an aesthetically pleasing manner, making it the perfect tool for anyone looking to stay connected with their faith throughout the day.

Features:
- Accurate prayer times based on your geographic location
- Customizable for both hanafi / non-hanafi Asr prayer times times calculation
- Daily rotating selection of inspirational Islamic quotes and Quranic Ayahs, with a backdrop of beautiful nature imagery
- Minimalistic To-Do list integrated right in your New Tab page!


User Feedback:
Notice any bugs? Want to request a new feature? Do you like the product? We want to hear it all! Use the built-in feedback button at the bottom right of your New Tab page (once installed), and easily send us your thoughts.                    

擴展基本資訊

名稱 Bisma - Prayer Times Bisma - Prayer Times
ID nnpjjeaidbgpflojbmnbpkbeehfhcdfm
官方網址 https://chromewebstore.google.com/detail/bisma-prayer-times/nnpjjeaidbgpflojbmnbpkbeehfhcdfm
簡介 Bless your work with Bisma. Get local prayer times, daily inspirational islamic quotes, and more.
檔案大小 127 MB
安裝次數 1,000
目前版本 0.0.17
更新時間 2023-12-06
上架時間 2023-02-27
評分 4.96/5 共 24 次評分
開發者 Bisma Inc
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bisma - Prayer Times",
    "version": "0.0.17",
    "manifest_version": 3,
    "description": "Bless your work with Bisma. Get local prayer times, daily inspirational islamic quotes, and more.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48_black.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "bisma.html"
    },
    "permissions": [
        "geolocation",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/maps.googleapis.com http:\/\/ipinfo.io http:\/\/www.islamicfinder.us\/index.php\/api\/;"
    },
    "background": {
        "service_worker": ".\/background.js"
    }
}