New Tab with Gemini

Search Gemini from a New Tab

New Tab with Gemini क्या है?

New Tab with Gemini https://champagne.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Gemini from a New Tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Tab with Gemini एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing "New Tab with Bard" - the ultimate fusion of convenience and intelligence for your browsing journey. Each new tab springs to life with a dynamic chat window powered by the ever-engaging Bard AI. Dive deep into thought-provoking conversations, seek answers, or simply indulge in light banter. Plus, with an integrated real-time date and time display, you'll always be in sync with the world around you. Experience the next-gen new tab experience with Bard.

Features:

Bard AI Chat Window: Engage on-the-go with Bard AI, offering captivating interactions every time you open a new tab.
Integrated Digital Clock: Keep up with the pace of life with a seamlessly embedded date and time display.
Fluid Performance: Effortlessly transforms your default new tab view ensuring top-notch browsing speed.
Optimized for All Devices: Designed meticulously for desktops, laptops, and tablets alike.
Prioritized Privacy: Your chats with Bard are personal. We ensure they remain confidential and are never stored or shared.                                                                                                                       Free: New Tab with Bard is completely Free to install and use.

Disclaimer: Bard is a trademark of Google, LLC. The browser extension New Tab with Bard, is in no way shape or form related to Bard or Google, LLC. It is an unofficial Extension which is developed and maintained independently by its author.                    

एक्सटेंशन की मूल जानकारी

नाम New Tab with Gemini New Tab with Gemini
ID kmmkcdkmfnpnbjaadgijpbplafnhhbhn
आधिकारिक URL https://chromewebstore.google.com/detail/new-tab-with-gemini/kmmkcdkmfnpnbjaadgijpbplafnhhbhn
विवरण Search Gemini from a New Tab
फ़ाइल का आकार 898 KB
स्थापना संख्या 122
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2024-02-09
प्रकाशन तिथि 2023-11-02
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://champagne.dev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://manuals.dev/privacy-policy
समर्थित भाषाएँ de,en,fr,es,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_shortname__",
    "short_name": "__MSG_extension_shortname__",
    "version": "1.0.1",
    "options_page": "src\/options\/options.html",
    "action": {
        "default_icon": "icons\/128.png"
    },
    "description": "__MSG_extension_description__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/search_popup\/standalone.html"
    }
}