BG and SB Popular Verses

BG and SB verses most qouted by S.P.

Wat is BG and SB Popular Verses?

BG and SB Popular Verses is een Chrome-extensie ontwikkeld door aditibtp, en de belangrijkste functie is "BG and SB verses most qouted by S.P.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BG and SB Popular Verses

Download BG and SB Popular Verses-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BG and SB Popular Verses BG and SB Popular Verses
ID lhckomjlpmfalgdpehecebjnehpbimon
Officiële URL https://chromewebstore.google.com/detail/bg-and-sb-popular-verses/lhckomjlpmfalgdpehecebjnehpbimon
Beschrijving BG and SB verses most qouted by S.P.
Bestandsgrootte 982 KB
Aantal Installaties 150
Huidige Versie 2.0
Laatst Bijgewerkt 2019-02-08
Publicatiedatum 2019-02-05
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar aditibtp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vedabase.io/en/
Ondersteunde Talen 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"
    }
}