Chat gpt full Width
Make chat gpt full width.
Hvad er Chat gpt full Width?
Chat gpt full Width er en Chrome-udvidelse udviklet af Oleg Soldatikhine, og dens hovedfunktion er "Make chat gpt full width.".
Udvidelsesskærmbilleder
Download Chat gpt full Width-udvidelses-CRX-fil
Download Chat gpt full Width-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | mahkbahfmpgkgmjhgaoehmhdecfhkmee |
| Officiel URL | https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee |
| Beskrivelse | Make chat gpt full width. |
| Filstørrelse | 3.66 KB |
| Antal Installationer | 21 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-09-18 |
| Udgivelsesdato | 2023-09-17 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | Oleg Soldatikhine |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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": []
} | |