Remembrance

Athkar notifications by the hour

Apa itu Remembrance?

Remembrance adalah ekstensi Chrome yang dikembangkan oleh zaberadnan, dan fitur utamanya adalah "Athkar notifications by the hour".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Remembrance

Unduh file ekstensi Remembrance dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Remembrance Remembrance
ID iekdnlikhobdflggalfgoogdbjdojbld
URL Resmi https://chromewebstore.google.com/detail/remembrance/iekdnlikhobdflggalfgoogdbjdojbld
Deskripsi Athkar notifications by the hour
Ukuran File 41.26 KB
Jumlah Instalasi 138
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-08-05
Tanggal Publikasi 2020-08-05
Penilaian 5.00/5 Total 9 Penilaian
Pengembang zaberadnan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}