BG and SB Popular Verses

BG and SB verses most qouted by S.P.

什麼是BG and SB Popular Verses?

BG and SB Popular Verses是由aditibtp開發的Chrome擴展程式,該擴展的主要功能是“BG and SB verses most qouted by S.P.”。

擴展截圖

screenshot

下載BG and SB Popular Verses擴展crx文件

下載BG and SB Popular Verses擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension is helpful in remembering some of the most quoted verses of Bhagavad Gita, Srimad Bhagavatam and Śrī Caitanya-caritāmṛta by Srila Prabhupada.                    

擴展基本資訊

名稱 BG and SB Popular Verses BG and SB Popular Verses
ID lhckomjlpmfalgdpehecebjnehpbimon
官方網址 https://chromewebstore.google.com/detail/bg-and-sb-popular-verses/lhckomjlpmfalgdpehecebjnehpbimon
簡介 BG and SB verses most qouted by S.P.
檔案大小 982 KB
安裝次數 150
目前版本 2.0
更新時間 2019-02-08
上架時間 2019-02-05
評分 5.00/5 共 8 次評分
開發者 aditibtp
電子郵箱 [email protected]
付費類型 free
擴展官網 https://vedabase.io/en/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BG and SB Popular Verses",
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "BG and SB verses most qouted by S.P.",
    "version": "2.0",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "images\/vb-16.png",
        "32": "images\/vb-32.png",
        "48": "images\/vb-48.png",
        "128": "images\/vb-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    }
}