Bhagavad Gita New Tab

A beautiful verse from the Bhagavad Gita every time you open a new tab.

What is Bhagavad Gita New Tab?

Bhagavad Gita New Tab is a Chrome extension developed by Sameer M, and its main feature is "A beautiful verse from the Bhagavad Gita every time you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bhagavad Gita New Tab Extension CRX File

Download Bhagavad Gita New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🕉️ A beautiful verse from the Bhagavad Gita every time you open a new tab, with a cool tinted background! 

🤩 Available in 8+ scripts to read the Bhagavad Gita!
✅ Option to show only meaning/verse
🖼️ Krishna Image Backgrounds

Hariḥ Om! 🙏🏽                    

Extension Basic Information

Name Bhagavad Gita New Tab Bhagavad Gita New Tab
ID obbndnjlianioneiifnaaokahflhnfgj
Official URL https://chromewebstore.google.com/detail/bhagavad-gita-new-tab/obbndnjlianioneiifnaaokahflhnfgj
Description A beautiful verse from the Bhagavad Gita every time you open a new tab.
File Size 2.99 MB
Installation Count 98
Current Version 1.0
Last Updated 2023-03-27
Publish Date 2023-03-27
Rating 5.00/5 Total 4 Ratings
Developer Sameer M
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bhagavad Gita New Tab",
    "description": "A beautiful verse from the Bhagavad Gita every time you open a new tab.",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "[email protected]",
    "offline_enabled": true,
    "options_page": "index.html#options",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/raw.githubusercontent.com\/*"
    ],
    "icons": {
        "16": "assets\/krishna-icon-best.png",
        "32": "assets\/krishna-icon-best.png",
        "48": "assets\/krishna-icon-best.png",
        "128": "assets\/krishna-icon-best.png"
    },
    "permissions": [
        "storage"
    ]
}