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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}