Bisma - Prayer Times

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

Τι είναι το Bisma - Prayer Times;

Το Bisma - Prayer Times είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bisma Inc, και η κύρια λειτουργία του είναι "Bless your work with Bisma. Get local prayer times, daily inspirational islamic quotes, and more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bisma - Prayer Times

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}