GPT-Based
GPTBased is used to generate effective prompts for ChatGPT
Vad är GPT-Based?
GPT-Based är en Chrome-tillägg utvecklad av https://gptbased.net, och dess huvudfunktion är "GPTBased is used to generate effective prompts for ChatGPT".
Tilläggsskärmbilder
Ladda ner GPT-Based-förlängningens CRX-fil
Ladda ner GPT-Based-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts
Grundläggande Information om Tillägg
Namn | GPT-Based |
ID | jeecjckgihbjgajddicjajmfopmhoahp |
Officiell webbadress | https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp |
Beskrivning | GPTBased is used to generate effective prompts for ChatGPT |
Filstorlek | 140 KB |
Antal Installationer | 69 |
Aktuell Version | 0.0.6 |
Senast Uppdaterad | 2023-08-29 |
Publiceringsdatum | 2023-04-26 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://gptbased.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gptbased.net |
Stödda Språk | 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": [ "*:\/\/*\/*" ] } ] } |