BG and SB Popular Verses
BG and SB verses most qouted by S.P.
Vad är BG and SB Popular Verses?
BG and SB Popular Verses är en Chrome-tillägg utvecklad av aditibtp, och dess huvudfunktion är "BG and SB verses most qouted by S.P.".
Tilläggsskärmbilder
Ladda ner BG and SB Popular Verses-förlängningens CRX-fil
Ladda ner BG and SB Popular Verses-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lhckomjlpmfalgdpehecebjnehpbimon |
| Officiell webbadress | https://chromewebstore.google.com/detail/bg-and-sb-popular-verses/lhckomjlpmfalgdpehecebjnehpbimon |
| Beskrivning | BG and SB verses most qouted by S.P. |
| Filstorlek | 982 KB |
| Antal Installationer | 150 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2019-02-08 |
| Publiceringsdatum | 2019-02-05 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | aditibtp |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://vedabase.io/en/ |
| Stödda Språk | 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"
}
} | |