By: Alex Mercier Add-on
Inspect and view changes in GitHub + Mermaid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "GitHub + Mermaid",
"version": "0.1.1",
"manifest_version": 2,
"description": "A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to GitHub.",
"icons": {
"16": "icons/icon-16.png",
"128": "icons/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts/background.js"
]
},
"permissions": [
"https://github.com/*",
"https://*.github.com/*"
],
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://*.github.com/*"
],
"js": [
"scripts/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"browser_action": {
"default_icon": {
"19": "icons/icon-19.png",
"38": "icons/icon-38.png"
},
"default_title": "GitHub + Mermaid",
"default_popup": "popup.html"
},
"applications": {
"gecko": {
"id": "github-mermaid-extension@amercier.com"
}
}
} Best GitHub + Mermaid Alternatives
Here are some Firefox add-ons that are similar to GitHub + Mermaid:
Mermaid Previewer (Fork)
nathandaven
Markdown Diagrams
Modulo srl
Markdown Diagrams on web pages
netANS dev
PlantUML for GitHub
PlantUML
Light MD Viewer
Hayyarden
Le Git Graph - GitHub Git Graph
scaria.dev
Sourcegraph for Firefox
Sourcegraph
GitHub Project Enhancer
mashabow
Mergify
Mergify
Open in Mermaid editor
Ambrose Chua
GitHub Web IDE
zvizvi
Codeflower
Jake Mensch