Hey ChatGPT Explain This
Highlight unknown sentence, and let's ChatGPT explain to you
什么是Hey ChatGPT Explain This?
Hey ChatGPT Explain This是由qaz7821819开发的Chrome扩展程序,该扩展的主要功能是“Highlight unknown sentence, and let's ChatGPT explain to you”。
扩展截图
下载Hey ChatGPT Explain This扩展crx文件
下载Hey ChatGPT Explain This扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension (manifest v3) that uses ChatGPT to explain highlighted text. The usage is same as google translation extension This extension is open source: https://gitlab.com/warren30815/hey_chatgpt_explain_this
扩展基本信息
名称 | Hey ChatGPT Explain This |
ID | ncockfahljbgijljglbmmagefbdheofd |
官方URL | https://chromewebstore.google.com/detail/hey-chatgpt-explain-this/ncockfahljbgijljglbmmagefbdheofd |
简介 | Highlight unknown sentence, and let's ChatGPT explain to you |
文件大小 | 37.7 KB |
安装次数 | 61 |
当前版本 | 0.0.7 |
更新时间 | 2023-02-28 |
上架时间 | 2023-01-30 |
评分 | 5.00/5 共1次评分 |
开发者 | qaz7821819 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/ |
帮助页面URL | https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hey ChatGPT Explain This", "description": "Highlight unknown sentence, and let's ChatGPT explain to you", "version": "0.0.7", "icons": { "16": "src\/pages\/assets\/logo-16.png", "48": "src\/pages\/assets\/logo-48.png", "128": "src\/pages\/assets\/logo-128.png" }, "action": { "default_title": "Explain this", "default_icon": "src\/pages\/assets\/logo-16.png", "default_popup": "src\/pages\/popup\/index.html" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js" }, "content_scripts": [ { "js": [ "src\/pages\/content\/index.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |