ChatGPT to Markdown

A Chrome extension to save ChatGPT Q&A page as markdown

Wat is ChatGPT to Markdown?

ChatGPT to Markdown is een Chrome-extensie ontwikkeld door jsh9.github, en de belangrijkste functie is "A Chrome extension to save ChatGPT Q&A page as markdown".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ChatGPT to Markdown

Download ChatGPT to Markdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension lets you download the ChatGPT Q&A page to your hard drive. If you click on the icon of this extension or press Alt + Shift + 5, the current ChatGPT Q&A page will be saved into a markdown file into your Downloads folder.                    

Basisinformatie over de Extensie

Naam ChatGPT to Markdown ChatGPT to Markdown
ID ajogklnjecgpjfalkokkencdlbnhiohb
Officiële URL https://chromewebstore.google.com/detail/chatgpt-to-markdown/ajogklnjecgpjfalkokkencdlbnhiohb
Beschrijving A Chrome extension to save ChatGPT Q&A page as markdown
Bestandsgrootte 411 KB
Aantal Installaties 58
Huidige Versie 0.0.8
Laatst Bijgewerkt 2023-09-15
Publicatiedatum 2023-05-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jsh9.github
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jsh9/chatgpt-to-markdown
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT to Markdown",
    "version": "0.0.8",
    "description": "A Chrome extension to save ChatGPT Q&A page as markdown",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": ".\/icon_drawing_scripts\/chatgpt_icon_v4.png"
    },
    "icons": {
        "16": ".\/icon_drawing_scripts\/chatgpt_icon_v4.png",
        "48": ".\/icon_drawing_scripts\/chatgpt_icon_v4.png",
        "128": ".\/icon_drawing_scripts\/chatgpt_icon_v4.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+5",
                "mac": "Alt+Shift+5"
            },
            "description": "Save ChatGPT Q&A"
        }
    }
}