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.
拡張機能の基本情報
名前 | ChatGPT HTML previewer |
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 |
Eメール | [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" ] } ] } |