Remembrance

Athkar notifications by the hour

Τι είναι το Remembrance;

Το Remembrance είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zaberadnan, και η κύρια λειτουργία του είναι "Athkar notifications by the hour".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Remembrance

Λήψη αρχείων επέκτασης Remembrance σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        We all need a moment of mindfulness amidst the hustle and bustle of our daily lives. Remembrance is an extension that is meant to achieve that mindfulness through sending you notifications to recite short Islamic prayers in one hour increments throughout your day. Each hour brings a different prayer and each prayer brings a different blessing. Through these remembrances of God, the intent is to help individuals achieve serenity in their days.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Remembrance Remembrance
ID iekdnlikhobdflggalfgoogdbjdojbld
Επίσημο URL https://chromewebstore.google.com/detail/remembrance/iekdnlikhobdflggalfgoogdbjdojbld
Περιγραφή Athkar notifications by the hour
Μέγεθος Αρχείου 41.26 KB
Αριθμός Εγκαταστάσεων 138
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-08-05
Ημερομηνία Δημοσίευσης 2020-08-05
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής zaberadnan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remembrance",
    "description": "Athkar notifications by the hour",
    "version": "1.0.0",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ]
}