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
公式URL 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
Eメール [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"
    }
}