BG and SB Popular Verses

BG and SB verses most qouted by S.P.

BG and SB Popular Verses là gì?

BG and SB Popular Verses là một tiện ích mở rộng Chrome được phát triển bởi aditibtp, và tính năng chính của nó là "BG and SB verses most qouted by S.P.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BG and SB Popular Verses

Tải xuống các tệp mở rộng BG and SB Popular Verses dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BG and SB Popular Verses BG and SB Popular Verses
ID lhckomjlpmfalgdpehecebjnehpbimon
URL Chính Thức https://chromewebstore.google.com/detail/bg-and-sb-popular-verses/lhckomjlpmfalgdpehecebjnehpbimon
Mô tả BG and SB verses most qouted by S.P.
Kích Thước Tệp 982 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-02-08
Ngày Phát Hành 2019-02-05
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển aditibtp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vedabase.io/en/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}