ChatGPT For Google
Can't find what you're looking for with Google? Ask an artificial intelligence instead.
Cos'è ChatGPT For Google?
ChatGPT For Google è un'estensione di Chrome sviluppata da rgantzos, e la sua funzione principale è "Can't find what you're looking for with Google? Ask an artificial intelligence instead.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT For Google
Scarica i file di estensione ChatGPT For Google in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ChatGPT For Google |
ID | jgpockpcjdfkmaiiefcbfjaaekocfmha |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha |
Descrizione | Can't find what you're looking for with Google? Ask an artificial intelligence instead. |
Dimensione del File | 49.32 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2023-03-06 |
Data di Pubblicazione | 2023-03-05 |
Sviluppatore | rgantzos |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.scratchtools.app/docs/privacy-policy |
Lingue Supportate | 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" } } |