Monkeys | Mermaid for Github and Bitbucket
Renders charts from Mermaid markup on Github and Bitbucket
What is Monkeys | Mermaid for Github and Bitbucket?
Monkeys | Mermaid for Github and Bitbucket is a Chrome extension developed by WeRoadMonkeys, and its main feature is "Renders charts from Mermaid markup on Github and Bitbucket".
Extension Screenshots
Download Monkeys | Mermaid for Github and Bitbucket Extension CRX File
Download Monkeys | Mermaid for Github and Bitbucket 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
Renders charts from Mermaid markup on Github and Bitbucket
Extension Basic Information
Name | Monkeys | Mermaid for Github and Bitbucket |
ID | cplfdpoajbclbgphaphphcldamfkjlgi |
Official URL | https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi |
Description | Renders charts from Mermaid markup on Github and Bitbucket |
File Size | 433 KB |
Installation Count | 29 |
Current Version | 1.0.0 |
Last Updated | 2019-08-09 |
Publish Date | 2019-08-09 |
Developer | WeRoadMonkeys |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Monkeys | Mermaid for Github and Bitbucket", "description": "Renders charts from Mermaid markup on Github and Bitbucket", "version": "1.0.0", "permissions": [ "tabs" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/github.com\/*", "*:\/\/bitbucket.org\/*" ], "css": [ "mermaid.forest.css" ], "js": [ "mermaid.js", "init.js" ] } ] } |