ChatGPT HTML previewer
Adds an 'Open in new tab' button to every ChatGPT HTML output.
What is ChatGPT HTML previewer?
ChatGPT HTML previewer is a Chrome extension developed by ptrlaszlo, and its main feature is "Adds an 'Open in new tab' button to every ChatGPT HTML output.".
Extension Screenshots
Download ChatGPT HTML previewer Extension CRX File
Download ChatGPT HTML previewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatGPT HTML previewer |
ID | dmbhigjgeppaknfllmgdoeokgheoapjh |
Official URL | https://chromewebstore.google.com/detail/chatgpt-html-previewer/dmbhigjgeppaknfllmgdoeokgheoapjh |
Description | Adds an 'Open in new tab' button to every ChatGPT HTML output. |
File Size | 10.38 KB |
Installation Count | 38 |
Current Version | 0.0.2 |
Last Updated | 2023-03-22 |
Publish Date | 2023-03-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ptrlaszlo |
[email protected] | |
Payment Type | free |
Extension Website | https://aipieces.com/ |
Privacy Policy Page URL | https://aipieces.com/privacy |
Supported Languages | 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" ] } ] } |