ChatGPT Markdown and PDF Extension
ChatGPT enhanced, support copy raw markdown, load pdf file.
What is ChatGPT Markdown and PDF Extension?
ChatGPT Markdown and PDF Extension is a Chrome extension developed by ysailist, and its main feature is "ChatGPT enhanced, support copy raw markdown, load pdf file.".
Extension Screenshots
Download ChatGPT Markdown and PDF Extension Extension CRX File
Download ChatGPT Markdown and PDF Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatGPT Markdown and PDF Extension |
ID | fdbinkcfdihppebpojopiljcmekfedkg |
Official URL | https://chromewebstore.google.com/detail/chatgpt-markdown-and-pdf/fdbinkcfdihppebpojopiljcmekfedkg |
Description | ChatGPT enhanced, support copy raw markdown, load pdf file. |
File Size | 154 KB |
Installation Count | 354 |
Current Version | 1.1 |
Last Updated | 2023-04-10 |
Publish Date | 2023-04-09 |
Rating | 1.00/5 Total 1 Ratings |
Developer | ysailist |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sailist/chatgpt-markdown-extension |
Supported Languages | 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": [ " |