New Tab with Gemini

Search Gemini from a New Tab

Τι είναι το New Tab with Gemini;

Το New Tab with Gemini είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://champagne.dev, και η κύρια λειτουργία του είναι "Search Gemini from a New Tab".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης New Tab with Gemini

Λήψη αρχείων επέκτασης New Tab with Gemini σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}