ChatGPT Code Runner
Run and save the code in ChatGPT. Supports upto 70+ languages.
ChatGPT Code Runner क्या है?
ChatGPT Code Runner Haseeb Mir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Run and save the code in ChatGPT. Supports upto 70+ languages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Code Runner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Run and save the code in ChatGPT directly in your browser, Supports upto 70+ languages. Installation Guide. 1.Head over to Jdoodle Compiler API (https://www.jdoodle.com/compiler-api/) and create account 2.Go to Credentials and copy them. 3.Go to Plugin settings and add your Credentials and hit save. 4.Now Ask ChatGPT to Write a program and hit "Run Code" or "Save Code". 📝 Say goodbye to lost code - with Chat-GPT Code Runner, you can easily save your code locally for future reference and easy access. 🎨 Customize your coding environment to match your style with a variety of cool themes to choose from. 🔧 With the power of the JDoodle Compiler API, debugging your code has never been easier! 🎉 And the best part? You have complete control over your coding environment with the ability to customize button themes and output types. 💻 Code in over 70 programming languages with ease! Chat-GPT Code Runner offers a versatile and flexible coding experience for developers of all levels. 💾 Download Chat-GPT Code Runner today and start coding like a pro! Github Source : https://github.com/haseeb-heaven/ChatGPT-CodeRunner-Extension
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT Code Runner |
ID | fockdiafolhhflpicbmbnjhiokejaikk |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-code-runner/fockdiafolhhflpicbmbnjhiokejaikk |
विवरण | Run and save the code in ChatGPT. Supports upto 70+ languages. |
फ़ाइल का आकार | 18.42 KB |
स्थापना संख्या | 495 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-05-24 |
प्रकाशन तिथि | 2023-05-15 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | Haseeb Mir |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/haseeb-heaven/ChatGPT-CodeRunner-Extension |
गोपनीयता नीति पृष्ठ URL | https://heavensplugins.godaddysites.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Code Runner", "version": "1.0", "description": "Run and save the code in ChatGPT. Supports upto 70+ languages.", "permissions": [ "storage", "clipboardRead" ], "host_permissions": [ "https:\/\/api.jdoodle.com\/v1\/execute", "*:\/\/*\/*" ], "options_page": "options\/options.html", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "48": "icons\/48.png" } }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "scripts\/content-script.js" ] } ], "background": { "service_worker": "background.js" } } |