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
官方URL 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"
    }
}