ChatGPTable
A Chrome extension to easily copy the table part of a ChatGPT response into markdown syntax and images
ChatGPTable là gì?
ChatGPTable là một tiện ích mở rộng Chrome được phát triển bởi xide.projext, và tính năng chính của nó là "A Chrome extension to easily copy the table part of a ChatGPT response into markdown syntax and images".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ChatGPTable
Tải xuống các tệp mở rộng ChatGPTable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
1. Easy to convert HTML table of ChatGPT response to markdown table 2. Put anywhare you want markdown table https://chatgptable.xideprojext.xyz/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPTable |
ID | ammbkfinlagkifoanpbmkiglplfjogpf |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgptable/ammbkfinlagkifoanpbmkiglplfjogpf |
Mô tả | A Chrome extension to easily copy the table part of a ChatGPT response into markdown syntax and images |
Kích Thước Tệp | 78.69 KB |
Số Lần Cài Đặt | 190 |
Phiên Bản Hiện Tại | 0.1.8 |
Cập Nhật Lần Cuối | 2023-03-19 |
Ngày Phát Hành | 2023-03-14 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | xide.projext |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chatgptable.xideprojext.xyz/ |
URL Trang Trợ Giúp | https://chatgptable.xideprojext.xyz/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A Chrome extension to easily copy the table part of a ChatGPT response into markdown syntax and images", "version": "0.1.8", "manifest_version": 3, "name": "ChatGPTable", "action": { "default_icon": "icon.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon.png" ], "matches": [] } ], "permissions": [], "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ] } |