Remembrance

Athkar notifications by the hour

Wat is Remembrance?

Remembrance is een Chrome-extensie ontwikkeld door zaberadnan, en de belangrijkste functie is "Athkar notifications by the hour".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Remembrance

Download Remembrance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Remembrance Remembrance
ID iekdnlikhobdflggalfgoogdbjdojbld
Officiële URL https://chromewebstore.google.com/detail/remembrance/iekdnlikhobdflggalfgoogdbjdojbld
Beschrijving Athkar notifications by the hour
Bestandsgrootte 41.26 KB
Aantal Installaties 138
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-08-05
Publicatiedatum 2020-08-05
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar zaberadnan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}