chatGPT-4 Browsing
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
Hvad er chatGPT-4 Browsing?
chatGPT-4 Browsing er en Chrome-udvidelse udviklet af yash.chitneni, og dens hovedfunktion er "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.".
Udvidelsesskærmbilleder
Download chatGPT-4 Browsing-udvidelses-CRX-fil
Download chatGPT-4 Browsing-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
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | eiicieodjholpiokjkckchiodbbekfad |
| Officiel URL | https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad |
| Beskrivelse | Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. |
| Filstørrelse | 15.68 KB |
| Antal Installationer | 53 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-06-19 |
| Udgivelsesdato | 2023-06-18 |
| Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
| Udvikler | yash.chitneni |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "chatGPT-4 Browsing",
"version": "1.0",
"description": "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"content.js"
]
}
]
} | |