ShareGPTConvo
Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.
ShareGPTConvo क्या है?
ShareGPTConvo xikai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ShareGPTConvo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*Adapted to the latest version of ChatGPT! Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style for viewing on mobile and desktop devices.
एक्सटेंशन की मूल जानकारी
नाम | ShareGPTConvo |
ID | kpefpnfbhbealfoihgbcieggmbmmlaej |
आधिकारिक URL | https://chromewebstore.google.com/detail/sharegptconvo/kpefpnfbhbealfoihgbcieggmbmmlaej |
विवरण | Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style. |
फ़ाइल का आकार | 47.39 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2024-01-29 |
प्रकाशन तिथि | 2023-03-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | xikai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShareGPTConvo", "version": "1.1.1", "description": "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Share GPT Convo", "default_popup": "popup.html" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ] } |