GPT4-Requests-Counter
keeping track of the number of ChatGPT questions asked and showing how much time is left until the end of the three-hour period.
什么是GPT4-Requests-Counter?
GPT4-Requests-Counter是由liuweiqing147开发的Chrome扩展程序,该扩展的主要功能是“keeping track of the number of ChatGPT questions asked and showing how much time is left until the end of the three-hour period.”。
扩展截图
下载GPT4-Requests-Counter扩展crx文件
下载GPT4-Requests-Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The effect of the plug-in to replace the placeholder information in the input box, showing the number of questions sent, click on the plug-in icon will also display the same content. It also contains every message's talk time, history chart, word cloud, exporting today chat content and generating today report. It's totally open source: https://github.com/14790897/GPT4-Requests-Counter Update Diary Latest version 2024.2.7 - Updated: Added a button to clear remaining time : We've listened to user feedback and added a handy new feature to the latest version that allows users to clear remaining time with the click of a simple button. This makes managing time much more flexible and convenient. Works on some websites that mimic the official UI : To improve user experience, we have extended the plugin to work not only on the official website but also on all websites that mimic the official UI. This ensures that our plugin provides a consistent experience and functionality no matter which similar website you visit.
扩展基本信息
名称 | GPT4-Requests-Counter |
ID | mfgcmmfakhajkaoeejceadlddfoikmap |
官方URL | https://chromewebstore.google.com/detail/gpt4-requests-counter/mfgcmmfakhajkaoeejceadlddfoikmap |
简介 | keeping track of the number of ChatGPT questions asked and showing how much time is left until the end of the three-hour period. |
文件大小 | 427 KB |
安装次数 | 136 |
当前版本 | 2.3.2 |
更新时间 | 2024-02-19 |
上架时间 | 2023-09-19 |
评分 | 5.00/5 共1次评分 |
开发者 | liuweiqing147 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/14790897/GPT4-Requests-Counter |
帮助页面URL | https://github.com/14790897/GPT4-Requests-Counter |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPT4-Requests-Counter", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "128": "src\/assets\/icon128.png" }, "version": "2.3.2.0", "version_name": "2.3.2", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'" }, "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-67781e7d.js" ], "all_frames": false, "matches": [ " |