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によって開発されたChromeの拡張機能で、その主な機能は「BG and SB verses most qouted by S.P.」です。
拡張機能のスクリーンショット
BG and SB Popular Verses拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |