ChatGPT Toolbar
Quick actions for ChatGPT
Wat is ChatGPT Toolbar?
ChatGPT Toolbar is een Chrome-extensie ontwikkeld door amtsh, en de belangrijkste functie is "Quick actions for ChatGPT".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT Toolbar
Download ChatGPT Toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quick actions in Chat GPT website like Shorten, Expand, Rephrase, Summarise, Professional-ize, Casual-ize, Explain, Counter-argument, Humor-ize etc Basisinformatie over de Extensie
| Naam | |
| ID | ekkdjklblbjpmdgjckcdielhfhgbdlbf |
| Officiële URL | https://chromewebstore.google.com/detail/chatgpt-toolbar/ekkdjklblbjpmdgjckcdielhfhgbdlbf |
| Beschrijving | Quick actions for ChatGPT |
| Bestandsgrootte | 6.88 KB |
| Aantal Installaties | 2,797 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2022-12-25 |
| Publicatiedatum | 2022-12-25 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | amtsh |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://chatgpttoolbar.io/help |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.0",
"name": "ChatGPT Toolbar",
"description": "Quick actions for ChatGPT",
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/chat"
],
"js": [
"content.js"
]
}
],
"action": {
"default_icon": "icon128.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |