Hey ChatGPT Explain This
Highlight unknown sentence, and let's ChatGPT explain to you
What is Hey ChatGPT Explain This?
Hey ChatGPT Explain This is a Chrome extension developed by qaz7821819, and its main feature is "Highlight unknown sentence, and let's ChatGPT explain to you".
Extension Screenshots
Download Hey ChatGPT Explain This Extension CRX File
Download Hey ChatGPT Explain This extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Hey ChatGPT Explain This |
ID | ncockfahljbgijljglbmmagefbdheofd |
Official URL | https://chromewebstore.google.com/detail/hey-chatgpt-explain-this/ncockfahljbgijljglbmmagefbdheofd |
Description | Highlight unknown sentence, and let's ChatGPT explain to you |
File Size | 37.7 KB |
Installation Count | 61 |
Current Version | 0.0.7 |
Last Updated | 2023-02-28 |
Publish Date | 2023-01-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | qaz7821819 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/ |
Help Page URL | https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/ |
Supported Languages | 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:\/\/*\/*" ] } ] } |