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開發的Chrome擴展程式,該擴展的主要功能是“Adds a 'Create File' button to code containers on web pages, allowing you to download the code as a file.”。
擴展截圖
下載ChatGPT Code Downloader擴展crx文件
下載ChatGPT Code Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | fkodheimkfkbomekjjpbblgmikniblmb |
官方網址 | 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": [ " |