제작자: Alex Mercier
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"
}
}
} 최고의 GitHub + Mermaid 대안
다음은 GitHub + Mermaid과(와) 유사한 Firefox add-on입니다:
Mermaid Previewer (Fork)
nathandaven
Markdown Diagrams
Modulo srl
Markdown Diagrams on web pages
netANS dev
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
Markdown Viewer
simov
GitHub Markdown Exporter
fefedu973