Save ChatGPT Transcript
Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.
Save ChatGPT Transcript क्या है?
Save ChatGPT Transcript H2W Ventures द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save ChatGPT Transcript एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easy one-click save ChatGPT transcript as a local HTML file with user/AI highlighting. Choose your own filename. No data saved remotely, privacy ensured.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hkclgbgcgdmlopmnbakdclgpdnklabcd |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-chatgpt-transcript/hkclgbgcgdmlopmnbakdclgpdnklabcd |
विवरण | Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename. |
फ़ाइल का आकार | 8.23 KB |
स्थापना संख्या | 263 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-03-17 |
प्रकाशन तिथि | 2023-02-20 |
रेटिंग | 4.17/5 कुल 6 रेटिंग्स |
डेवलपर | H2W Ventures |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save ChatGPT Transcript", "version": "1.1", "description": "Save ChatGPT transcript as an HTML file with user\/AI highlighting. Choose your own filename.", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Save ChatGPT Transcript" }, "background": { "service_worker": "popup.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "popup.js" ] } ], "icons": { "128": "icon-128x128.png" } } |