ChatGPT-Pro
A Chrome extension to display the token count for OpenAI chat messages.
ChatGPT-Pro क्या है?
ChatGPT-Pro https://foil.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to display the token count for OpenAI chat messages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT-Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT-Pro |
ID | kolkklpaoobmfblcifkmnbgoohklkejk |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-pro/kolkklpaoobmfblcifkmnbgoohklkejk |
विवरण | A Chrome extension to display the token count for OpenAI chat messages. |
फ़ाइल का आकार | 625 KB |
स्थापना संख्या | 127 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-07-31 |
प्रकाशन तिथि | 2023-05-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://foil.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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": [ " |