Hey ChatGPT Explain This
Highlight unknown sentence, and let's ChatGPT explain to you
Hey ChatGPT Explain This क्या है?
Hey ChatGPT Explain This qaz7821819 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight unknown sentence, and let's ChatGPT explain to you"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hey ChatGPT Explain This एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } ] } |