ChatGPT Code Downloader

Adds a 'Create File' button to code containers on web pages, allowing you to download the code as a file.

ChatGPT Code Downloader क्या है?

ChatGPT Code Downloader automatemylife00 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a 'Create File' button to code containers on web pages, allowing you to download the code as a file."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT Code Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ChatGPT Code Downloader is a handy tool for web developers who frequently copy and paste code snippets from the web into their text editors or IDEs. With this plugin, you can easily create a new file from any code snippet on a webpage, and download it in the appropriate file format for your language of choice.

Once you install the plugin, it will automatically add a "Create File" button to every code container on the webpage, making it easy to create and download new files without having to manually copy and paste code snippets. The plugin currently supports a wide range of programming languages, including JavaScript, HTML, CSS, Python, Java, C#, C++, Ruby, Go, Swift, SQL, and more.

This plugin is designed to be lightweight and non-intrusive, and it works seamlessly with most popular text editors and IDEs. Whether you're a seasoned developer or just starting out, ChatGPT Code Downloader can help you save time and streamline your workflow, so you can focus on what really matters - writing great code!                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT Code Downloader ChatGPT Code Downloader
ID fkodheimkfkbomekjjpbblgmikniblmb
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-code-downloader/fkodheimkfkbomekjjpbblgmikniblmb
विवरण Adds a 'Create File' button to code containers on web pages, allowing you to download the code as a file.
फ़ाइल का आकार 50.55 KB
स्थापना संख्या 1,229
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-04-19
प्रकाशन तिथि 2023-04-18
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर automatemylife00
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Code Downloader",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Adds a 'Create File' button to code containers on web pages, allowing you to download the code as a file.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}