Bhagavad Gita - Hinduism

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

Cos'è Bhagavad Gita - Hinduism?

Bhagavad Gita - Hinduism è un'estensione di Chrome sviluppata da Stranded, e la sua funzione principale è "Daily motivational quotes from the Gita, helping change your life.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bhagavad Gita - Hinduism

Scarica i file di estensione Bhagavad Gita - Hinduism in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 मिनट में गीता से एक प्रेरक उद्धरण प्राप्त होगा!                    

Informazioni di Base sull'Estensione

Nome Bhagavad Gita - Hinduism Bhagavad Gita - Hinduism
ID ephibipeedhlcihdhiehoaanaejobpdk
URL Ufficiale https://chromewebstore.google.com/detail/bhagavad-gita-hinduism/ephibipeedhlcihdhiehoaanaejobpdk
Descrizione Daily motivational quotes from the Gita, helping change your life.
Dimensione del File 180 KB
Conteggio Installazioni 96
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-30
Data di Pubblicazione 2022-06-30
Sviluppatore Stranded
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}