Bhagavad Gita - Hinduism

Daily motivational quotes from the Gita, helping change your life.

Was ist Bhagavad Gita - Hinduism?

Bhagavad Gita - Hinduism ist eine Chrome-Erweiterung, die von Stranded entwickelt wurde, und ihr Hauptmerkmal ist "Daily motivational quotes from the Gita, helping change your life.".

Erweiterungsscreenshots

screenshot

Bhagavad Gita - Hinduism-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bhagavad Gita - Hinduism-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Bhagavad Gita is a life-changing religious scripture book.
You will receive a motivational quote from the Gita every 100 minutes with this extension!

भगवद गीता एक जीवन बदलने वाला धार्मिक ग्रंथ है।
इस एक्सटेंशन के साथ आपको हर 100 मिनट में गीता से एक प्रेरक उद्धरण प्राप्त होगा!                    

Grundlegende Informationen zur Erweiterung

Name Bhagavad Gita - Hinduism Bhagavad Gita - Hinduism
ID ephibipeedhlcihdhiehoaanaejobpdk
Offizielle URL https://chromewebstore.google.com/detail/bhagavad-gita-hinduism/ephibipeedhlcihdhiehoaanaejobpdk
Beschreibung Daily motivational quotes from the Gita, helping change your life.
Dateigröße 180 KB
Installationsanzahl 96
Aktuelle Version 1.0
Letztes Update 2022-06-30
Veröffentlichungsdatum 2022-06-30
Entwickler Stranded
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bhagavad Gita - Hinduism",
    "version": "1.0",
    "description": "Daily motivational quotes from the Gita, helping change your life.",
    "permissions": [
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "icons": {
        "128": "images\/128x.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/128x.png"
        },
        "default_title": "Click Me",
        "default_popup": "js\/popup.html"
    },
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/popup.js"
            ]
        }
    ]
}