ChatGPT Markdown and PDF Extension
ChatGPT enhanced, support copy raw markdown, load pdf file.
Wat is ChatGPT Markdown and PDF Extension?
ChatGPT Markdown and PDF Extension is een Chrome-extensie ontwikkeld door ysailist, en de belangrijkste functie is "ChatGPT enhanced, support copy raw markdown, load pdf file.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT Markdown and PDF Extension
Download ChatGPT Markdown and PDF Extension-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
To provide additional features to enhance the ChatGPT experience, including converting replies to markdown strings, uploading files, and automatically asking questions based on regular expressions.
Basisinformatie over de Extensie
Naam | ChatGPT Markdown and PDF Extension |
ID | fdbinkcfdihppebpojopiljcmekfedkg |
Officiële URL | https://chromewebstore.google.com/detail/chatgpt-markdown-and-pdf/fdbinkcfdihppebpojopiljcmekfedkg |
Beschrijving | ChatGPT enhanced, support copy raw markdown, load pdf file. |
Bestandsgrootte | 154 KB |
Aantal Installaties | 354 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-04-10 |
Publicatiedatum | 2023-04-09 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ysailist |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sailist/chatgpt-markdown-extension |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Markdown and PDF Extension", "version": "1.1", "description": "ChatGPT enhanced, support copy raw markdown, load pdf file.", "options_ui": { "page": "options.html" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/freechatgpt.chat\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "css": [ "output.css" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ], "host_permissions": [ " |