ChatGPT on Google
ChatGPT on Google
Τι είναι το ChatGPT on Google;
Το ChatGPT on Google είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mariondrunen, και η κύρια λειτουργία του είναι "ChatGPT on Google".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChatGPT on Google
Λήψη αρχείων επέκτασης ChatGPT on Google σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Help you integrate ChatGPT feedback when searching on search engines, quickly translate and ask questions with ChatGPT anywhere with just one click. * Works on most search engines: Google, Bing, Yahoo..... (stable at Google). You can also quickly chat with ChatGPT through the extension icon in the upper right corner of the screen after installation. **GETTING STARTED: (ON THE FIRST INSTALLATION, YOU NEED TO LOG IN TO CHATGPT AND RELOAD THE CURRENTLY OPENED WEB PAGES FOR IT TO WORK) **You need a ChatGPT account to use this extension. You can create a free account at chat.openai.com. Click on the extension icon, select "Configs," and enter your API KEY. (You can get it here: https://platform.openai.com/account/api-keys) (Optional) Select text on any page that you need to translate or ask ChatGPT. Right-click, select GPT-On-Google from the context menu, and choose a prompt! >>Models>> Multiple models with different capabilities and costs are available from OpenAI: Gpt-3.5-turbo, DaVinci, etc. >>Translate>> You can set the language to be translated in the Configs menu. >>AI Provider>> The default AI Provider is ChatGPT webapp, to use OpenAI, you need to enter the API key
Βασικές Πληροφορίες Επέκτασης
Όνομα | ChatGPT on Google |
ID | lofhokdgnkibkkakjlikdmjnemooljjh |
Επίσημο URL | https://chromewebstore.google.com/detail/chatgpt-on-google/lofhokdgnkibkkakjlikdmjnemooljjh |
Περιγραφή | ChatGPT on Google |
Μέγεθος Αρχείου | 307 KB |
Αριθμός Εγκαταστάσεων | 2,790 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2023-03-17 |
Ημερομηνία Δημοσίευσης | 2023-02-20 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | mariondrunen |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/chat-gpt-extenson/home |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT on Google", "version": "0.0.2", "version_name": "0.0.2", "description": "ChatGPT on Google", "action": { "default_icon": "icon-512.png", "default_popup": "src\/popup\/index.html" }, "options_ui": { "page": "src\/options\/index.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader-0683a8c3.js" ], "css": [ "assets\/main-897a415b.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "src\/assets\/logo.svg" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/client-df3ef73e.js", "assets\/jsx-runtime-e13f3116.js", "assets\/url-97a899ce.js", "assets\/_commonjsHelpers-e5a65d41.js", "assets\/main.tsx-6bedd21f.js" ], "use_dynamic_url": true } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "icon-512.png", "48": "icon-512.png", "128": "icon-512.png" }, "permissions": [ "tabs", "storage", "contextMenus", "declarativeNetRequest", "cookies" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |