BG and SB Popular Verses

BG and SB verses most qouted by S.P.

ما هو BG and SB Popular Verses؟

BG and SB Popular Verses هو إضافة Chrome تم تطويرها بواسطة aditibtp، والميزة الرئيسية لها هي "BG and SB verses most qouted by S.P.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BG and SB Popular Verses

قم بتنزيل ملفات الامتداد BG and SB Popular Verses بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}