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
官方網址 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"
            ]
        }
    ]
}