Chat gpt full Width
Make chat gpt full width.
Vad är Chat gpt full Width?
Chat gpt full Width är en Chrome-tillägg utvecklad av Oleg Soldatikhine, och dess huvudfunktion är "Make chat gpt full width.".
Tilläggsskärmbilder
Ladda ner Chat gpt full Width-förlängningens CRX-fil
Ladda ner Chat gpt full Width-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
This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.
Grundläggande Information om Tillägg
Namn | Chat gpt full Width |
ID | mahkbahfmpgkgmjhgaoehmhdecfhkmee |
Officiell webbadress | https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee |
Beskrivning | Make chat gpt full width. |
Filstorlek | 3.66 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-09-18 |
Publiceringsdatum | 2023-09-17 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Oleg Soldatikhine |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat gpt full Width", "version": "1.0", "description": "Make chat gpt full width.", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "action": [] } |