ChatGPT HTML previewer
Adds an 'Open in new tab' button to every ChatGPT HTML output.
什么是ChatGPT HTML previewer?
ChatGPT HTML previewer是由ptrlaszlo开发的Chrome扩展程序,该扩展的主要功能是“Adds an 'Open in new tab' button to every ChatGPT HTML output.”。
扩展截图
下载ChatGPT HTML previewer扩展crx文件
下载ChatGPT HTML previewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Preview ChatGPT generated HTML files with a single click. A new button with text "Open in new tab" will show up on every ChatGPT generated HTML output. Makes it easy to review the generated content easily, without the need to save it every time.
扩展基本信息
名称 | |
ID | dmbhigjgeppaknfllmgdoeokgheoapjh |
官方URL | https://chromewebstore.google.com/detail/chatgpt-html-previewer/dmbhigjgeppaknfllmgdoeokgheoapjh |
简介 | Adds an 'Open in new tab' button to every ChatGPT HTML output. |
文件大小 | 10.38 KB |
安装次数 | 38 |
当前版本 | 0.0.2 |
更新时间 | 2023-03-22 |
上架时间 | 2023-03-22 |
评分 | 5.00/5 共1次评分 |
开发者 | ptrlaszlo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://aipieces.com/ |
隐私政策页面URL | https://aipieces.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT HTML previewer", "description": "Adds an 'Open in new tab' button to every ChatGPT HTML output.", "version": "0.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ] } |