BG and SB Popular Verses

BG and SB verses most qouted by S.P.

Co to jest BG and SB Popular Verses?

BG and SB Popular Verses to rozszerzenie Chrome opracowane przez aditibtp, a jego główną funkcją jest „BG and SB verses most qouted by S.P.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BG and SB Popular Verses

Pobierz pliki rozszerzeń BG and SB Popular Verses w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BG and SB Popular Verses BG and SB Popular Verses
ID lhckomjlpmfalgdpehecebjnehpbimon
Oficjalny URL https://chromewebstore.google.com/detail/bg-and-sb-popular-verses/lhckomjlpmfalgdpehecebjnehpbimon
Opis BG and SB verses most qouted by S.P.
Rozmiar pliku 982 KB
Liczba instalacji 150
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2019-02-08
Data Publikacji 2019-02-05
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper aditibtp
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://vedabase.io/en/
Obsługiwane Języki 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"
    }
}