ChatGPT Markdown and PDF Extension
ChatGPT enhanced, support copy raw markdown, load pdf file.
O que é ChatGPT Markdown and PDF Extension?
ChatGPT Markdown and PDF Extension é uma extensão do Chrome desenvolvida por ysailist, e sua principal característica é "ChatGPT enhanced, support copy raw markdown, load pdf file.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Markdown and PDF Extension
Baixe arquivos de extensão ChatGPT Markdown and PDF Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ChatGPT Markdown and PDF Extension |
ID | fdbinkcfdihppebpojopiljcmekfedkg |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-markdown-and-pdf/fdbinkcfdihppebpojopiljcmekfedkg |
Descrição | ChatGPT enhanced, support copy raw markdown, load pdf file. |
Tamanho do Arquivo | 154 KB |
Contagem de Instalações | 354 |
Versão Atual | 1.1 |
Última Atualização | 2023-04-10 |
Data de Publicação | 2023-04-09 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | ysailist |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sailist/chatgpt-markdown-extension |
Idiomas Suportados | 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": [ " |