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 |
Eメール | [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:\/\/*\/*" ] } ] } |