Remembrance

Athkar notifications by the hour

Remembrance क्या है?

Remembrance zaberadnan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Athkar notifications by the hour"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remembrance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}