ChatGPT Sidebar
A Chrome extension that creates a sidebar for ChatGPT
ChatGPT Sidebar क्या है?
ChatGPT Sidebar ankh.dev.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that creates a sidebar for ChatGPT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Sidebar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Integrate ChatGPT within a handy sidebar (great for users that have a single monitor!). Allows you to interact with ChatGPT while browsing any page, eliminating the hassle of toggling between tabs. Access via the extension action icon!
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT Sidebar |
ID | llbhbmemofnidifkpffglhipkjdbgghf |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf |
विवरण | A Chrome extension that creates a sidebar for ChatGPT |
फ़ाइल का आकार | 17.08 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2023-10-13 |
प्रकाशन तिथि | 2023-09-29 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | ankh.dev.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Sidebar", "version": "0.0.1", "description": "A Chrome extension that creates a sidebar for ChatGPT", "permissions": [ "sidePanel" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "side_panel": { "default_path": "sidepanel.html" }, "action": { "default_title": "ChatGPT Sidebar" }, "host_permissions": [ "https:\/\/*.openai.com\/" ] } |