GPT-Based
GPTBased is used to generate effective prompts for ChatGPT
Cos'è GPT-Based?
GPT-Based è un'estensione di Chrome sviluppata da https://gptbased.net, e la sua funzione principale è "GPTBased is used to generate effective prompts for ChatGPT".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GPT-Based
Scarica i file di estensione GPT-Based 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
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts
Informazioni di Base sull'Estensione
Nome | GPT-Based |
ID | jeecjckgihbjgajddicjajmfopmhoahp |
URL Ufficiale | https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp |
Descrizione | GPTBased is used to generate effective prompts for ChatGPT |
Dimensione del File | 140 KB |
Conteggio Installazioni | 69 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2023-08-29 |
Data di Pubblicazione | 2023-04-26 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://gptbased.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gptbased.net |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPT-Based", "version": "0.0.6", "description": "GPTBased is used to generate effective prompts for ChatGPT", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle16926242660.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |