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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}