ChatGPT to Markdown

A browser plugin to export ChatGPT dialog as markdown, easily edit & retain text format.

Co to jest ChatGPT to Markdown?

ChatGPT to Markdown to rozszerzenie Chrome opracowane przez gpt2markdown, a jego główną funkcją jest „A browser plugin to export ChatGPT dialog as markdown, easily edit & retain text format.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ChatGPT to Markdown

Pobierz pliki rozszerzeń ChatGPT to Markdown w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Are you still copying bit by bit to save ChatGPT conversations? Stop! You can try our extension. Just click on the icon and he can convert the dialogue to Markdown.

💪Support Power Fix: Give me feedback when the extension is blank (which it usually isn't) and I'll fix it right away!

⚙️
Features:
✔ Automate - automate markdown generation 
✔ Oneclick - Copy content with one click
✔ Downlod - Very easy to download
✔ Convert Medium articles to Markdown

ps: Feel free to send me an email or submit a form to me with any questions about using
E-mail: [email protected]
form: https://forms.gle/WSRG71AcucM2x7d26
Twitter: https://twitter.com/ChatGPT_to_MD
Discord: https://discord.gg/8ay8FYKy

🤝
Support web site:
✔ https://chat.openai.com/
✔ https://medium.com/

You must have already started using ChatGPT, chatting with it is so fun that everyone wants to save and share them. Are you still manually copying and pasting or taking screenshots to share them with others? It's time to share the content with our plugin, you can use these documents in any tool that supports Markdown format such as Notion or Obsidian, it's easy and convenient with just a click of the mouse!

You can also convert Medium articles into Markdown for easy editing and use, by clicking on the icon.

⚠️
If you encounter a situation where the content cannot be generated or the button cannot be clicked, try this action

If you encounter a situation where the content cannot be generated or the button cannot be clicked, try this action
1. Refresh the page and it will work
2.The plugin is not yet compatible with this site

Feel free to give me direct feedback if you have any problems and tell me what you need help with :
https://forms.gle/WSRG71AcucM2x7d26                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT to Markdown ChatGPT to Markdown
ID adghjpdmpbcmppeafpodcjpagmegdpci
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-to-markdown/adghjpdmpbcmppeafpodcjpagmegdpci
Opis A browser plugin to export ChatGPT dialog as markdown, easily edit & retain text format.
Rozmiar pliku 376 KB
Liczba instalacji 8,315
Aktualna Wersja 0.0.17
Ostatnia Aktualizacja 2023-10-17
Data Publikacji 2023-02-09
Ocena 4.32/5 Łącznie 44 Oceny
Deweloper gpt2markdown
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://amazon.aitool.best/privacy
Obsługiwane Języki id,de,en,fr,vi,tr,es,it,pt-BR,pt-PT,ru,fa,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.17",
    "author": "flashcode",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/font\/*"
            ],
            "matches": [
                "https:\/\/*.freegpt.one\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.lemonsqueezy.com\/*",
        "https:\/\/chatgpt-markdown.vercel.app\/*",
        "https:\/\/*.openai.com\/*",
        "https:\/\/*.freegpt.one\/",
        "https:\/\/*.medium.com\/*"
    ],
    "oauth2": {
        "client_id": "1078545545538-a6p911s5rq91ih8uudijho8uammm8437.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA19S7tKwwBd3hGi8Ep\/4vWwHE6D7u1NrCSssjFl1YKOqRkm2Nz1MDLYUs1y51ZBqbj7UnOSVakXUHz9vnLPkqpmvn2i+UF3Pe1VX+4hjEcOjJq30q\/rr7wbvIu2yWseo4WwE\/x6Zjul9ko0BCi7FB+Abw095CUwb\/nuVvCmBsiKAi9OhMF7qpFz4jBCr7LJjrXyLUbqzdR3A1gEChWPYgFYxLgsK5n18HZqTRVvYEFbduaQGF7WcZVeHW1ffXBJZ7LPMIEw7\/GWptw5bcZFh1hpd8HgNvDpx5nUmfAacQPHgVhP6EMRXa77fUvy1K5w74b\/emD99ezWgR224AbXiCVwIDAQAB",
    "default_locale": "en"
}