Bhagavad Gita - Hinduism

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

什么是Bhagavad Gita - Hinduism?

Bhagavad Gita - Hinduism是由Stranded开发的Chrome扩展程序,该扩展的主要功能是“Daily motivational quotes from the Gita, helping change your life.”。

扩展截图

screenshot

下载Bhagavad Gita - Hinduism扩展crx文件

下载Bhagavad Gita - Hinduism扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Bhagavad Gita - Hinduism Bhagavad Gita - Hinduism
ID ephibipeedhlcihdhiehoaanaejobpdk
官方URL https://chromewebstore.google.com/detail/bhagavad-gita-hinduism/ephibipeedhlcihdhiehoaanaejobpdk
简介 Daily motivational quotes from the Gita, helping change your life.
文件大小 180 KB
安装次数 96
当前版本 1.0
更新时间 2022-06-30
上架时间 2022-06-30
开发者 Stranded
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}