ChatGPT-Pro
A Chrome extension to display the token count for OpenAI chat messages.
Hvad er ChatGPT-Pro?
ChatGPT-Pro er en Chrome-udvidelse udviklet af https://foil.dev, og dens hovedfunktion er "A Chrome extension to display the token count for OpenAI chat messages.".
Udvidelsesskærmbilleder
Download ChatGPT-Pro-udvidelses-CRX-fil
Download ChatGPT-Pro-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
ChatGPT-Pro is a convenient Chrome extension designed to enhance the user experience when interacting with OpenAI's ChatGPT platform. It provides a real-time display of token count, helping users avoid the hassle of submitting overly long messages that lead to errors and require page refreshing. With ChatGPT-Pro, users can ensure their messages are within the acceptable token limit before submission, eliminating the need for frustrating trial and error. This extension is a must-have for those who frequently use ChatGPT and want a smooth, efficient experience without the inconvenience of manually counting tokens or dealing with error messages due to excessive text length. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kolkklpaoobmfblcifkmnbgoohklkejk |
| Officiel URL | https://chromewebstore.google.com/detail/chatgpt-pro/kolkklpaoobmfblcifkmnbgoohklkejk |
| Beskrivelse | A Chrome extension to display the token count for OpenAI chat messages. |
| Filstørrelse | 625 KB |
| Antal Installationer | 127 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2023-07-31 |
| Udgivelsesdato | 2023-05-03 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://foil.dev |
| [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-Pro",
"version": "1.0.2",
"description": "A Chrome extension to display the token count for OpenAI chat messages.",
"permissions": [],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icon.png"
}
},
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"vocab.bpe"
],
"matches": [
" | |