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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BG and SB verses most qouted by S.P."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BG and SB Popular Verses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}