Bhagavad Gita - Hinduism

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

Qu'est-ce que Bhagavad Gita - Hinduism ?

Bhagavad Gita - Hinduism est une extension Chrome développée par Stranded, et sa fonction principale est "Daily motivational quotes from the Gita, helping change your life.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bhagavad Gita - Hinduism

Téléchargez les fichiers d'extension Bhagavad Gita - Hinduism au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bhagavad Gita - Hinduism Bhagavad Gita - Hinduism
ID ephibipeedhlcihdhiehoaanaejobpdk
URL Officiel https://chromewebstore.google.com/detail/bhagavad-gita-hinduism/ephibipeedhlcihdhiehoaanaejobpdk
Description Daily motivational quotes from the Gita, helping change your life.
Taille du Fichier 180 KB
Nombre d'Installations 96
Version Actuelle 1.0
Dernière Mise à Jour 2022-06-30
Date de Publication 2022-06-30
Développeur Stranded
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}