Inspect and view changes in Google Chat Markdown Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Google Chat Markdown Preview",
"version": "0.1.0",
"description": "Preview .md attachments inline in Google Chat without downloading.",
"permissions": [
"storage"
],
"host_permissions": [
"https://chat.google.com/*",
"https://chat.usercontent.google.com/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://chat.google.com/*",
"https://chat.google.com/u/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "popup/popup.html",
"default_title": "Google Chat Markdown Preview",
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
}
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "gc-md-preview@example",
"strict_min_version": "115.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"web_accessible_resources": [
{
"resources": [
"icons/*"
],
"matches": [
"https://chat.google.com/*"
]
}
]
} ベストのGoogle Chat Markdown Preview代替案
Google Chat Markdown Previewに類似したFirefox add-onをいくつか紹介します:
ChatGPT Export to Markdown
J. Chik
Markdown Viewer & Reader
Vivek Maskara
Online Markdown Viewer with HTML Preview
mdapp leadtech
ChatGPT HTML Web View
JdM
ChatGPT Markdown Exporter
devcxl
ChatGPT Exporter
oziabr
MarkdownPreview
venaris
ChatGPT Web Preview
LeonKohli
Basic Markdown Preview
Patricia Davis
ai.md
Kobzar
Gist Markdown Preview
RSK
Text Markdown Preview Panel
Mary