ChatGPT For Google

Can't find what you're looking for with Google? Ask an artificial intelligence instead.

Τι είναι το ChatGPT For Google;

Το ChatGPT For Google είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rgantzos, και η κύρια λειτουργία του είναι "Can't find what you're looking for with Google? Ask an artificial intelligence instead.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT For Google

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

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

                        Sometimes it can be hard to articulate what you're looking for to the extent that Google understands what you're saying, and can sometimes find the right results. In those cases, GoogleGPT is here for you. You can easily click a button on the Google search page to replace the search bar with a ChatGPT input.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT For Google ChatGPT For Google
ID jgpockpcjdfkmaiiefcbfjaaekocfmha
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha
Περιγραφή Can't find what you're looking for with Google? Ask an artificial intelligence instead.
Μέγεθος Αρχείου 49.32 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2023-03-06
Ημερομηνία Δημοσίευσης 2023-03-05
Προγραμματιστής rgantzos
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.scratchtools.app/docs/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT For Google",
    "short_name": "GoogleGPT",
    "manifest_version": 3,
    "version": "0.0.1",
    "version_name": "0.0.1",
    "description": "Can't find what you're looking for with Google? Ask an artificial intelligence instead.",
    "author": "Ronan",
    "host_permissions": [
        "https:\/\/www.google.com\/*"
    ],
    "action": {
        "default_icon": "\/logo.png",
        "default_popup": "\/popup.html",
        "default_title": "GoogleGPT"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "ask.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "\/logo.png",
        "48": "\/logo.png",
        "128": "\/logo.png"
    }
}