BG and SB Popular Verses
BG and SB verses most qouted by S.P.
Cos'è BG and SB Popular Verses?
BG and SB Popular Verses è un'estensione di Chrome sviluppata da aditibtp, e la sua funzione principale è "BG and SB verses most qouted by S.P.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BG and SB Popular Verses
Scarica i file di estensione BG and SB Popular Verses in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BG and SB Popular Verses |
ID | lhckomjlpmfalgdpehecebjnehpbimon |
URL Ufficiale | https://chromewebstore.google.com/detail/bg-and-sb-popular-verses/lhckomjlpmfalgdpehecebjnehpbimon |
Descrizione | BG and SB verses most qouted by S.P. |
Dimensione del File | 982 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2019-02-08 |
Data di Pubblicazione | 2019-02-05 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | aditibtp |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vedabase.io/en/ |
Lingue Supportate | 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" } } |