ChatGPT Extra
Dynamically renders HTML code blocks inline as the page is being created.
ChatGPT Extra là gì?
ChatGPT Extra là một tiện ích mở rộng Chrome được phát triển bởi Filipe Almeida, và tính năng chính của nó là "Dynamically renders HTML code blocks inline as the page is being created.".
Ả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 ChatGPT Extra
Tải xuống các tệp mở rộng ChatGPT Extra 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
This extension adds a useful feature that allows you to view inline HTML code snippets directly in your chat window for chat.openai.com. Once installed, you can simply click the "🌐 Toggle Rendering" button to switch between the HTML code and a rendered preview. The extension uses an iframe to safely display the rendered HTML code.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT Extra |
ID | ampbkjcmmefhmillnhoedcaonipplcbi |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-extra/ampbkjcmmefhmillnhoedcaonipplcbi |
Mô tả | Dynamically renders HTML code blocks inline as the page is being created. |
Kích Thước Tệp | 4.87 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-06-09 |
Ngày Phát Hành | 2023-04-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Filipe Almeida |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Extra", "version": "1.0.1", "description": "Dynamically renders HTML code blocks inline as the page is being created.", "author": "Filipe Almeida", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "contentScript.js" ] } ], "host_permissions": [ "https:\/\/chat.openai.com\/*" ] } |