ChatGPT HTML previewer

Adds an 'Open in new tab' button to every ChatGPT HTML output.

Cos'è ChatGPT HTML previewer?

ChatGPT HTML previewer è un'estensione di Chrome sviluppata da ptrlaszlo, e la sua funzione principale è "Adds an 'Open in new tab' button to every ChatGPT HTML output.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGPT HTML previewer

Scarica i file di estensione ChatGPT HTML previewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ChatGPT HTML previewer ChatGPT HTML previewer
ID dmbhigjgeppaknfllmgdoeokgheoapjh
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-html-previewer/dmbhigjgeppaknfllmgdoeokgheoapjh
Descrizione Adds an 'Open in new tab' button to every ChatGPT HTML output.
Dimensione del File 10.38 KB
Conteggio Installazioni 38
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-03-22
Data di Pubblicazione 2023-03-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ptrlaszlo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://aipieces.com/
URL della Pagina della Politica sulla Privacy https://aipieces.com/privacy
Lingue Supportate 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"
            ]
        }
    ]
}