Monkeys | Mermaid for Github and Bitbucket
Renders charts from Mermaid markup on Github and Bitbucket
什么是Monkeys | Mermaid for Github and Bitbucket?
Monkeys | Mermaid for Github and Bitbucket是由WeRoadMonkeys开发的Chrome扩展程序,该扩展的主要功能是“Renders charts from Mermaid markup on Github and Bitbucket”。
扩展截图
下载Monkeys | Mermaid for Github and Bitbucket扩展crx文件
下载Monkeys | Mermaid for Github and Bitbucket扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Renders charts from Mermaid markup on Github and Bitbucket 扩展基本信息
| 名称 | |
| ID | cplfdpoajbclbgphaphphcldamfkjlgi |
| 官方URL | https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi |
| 简介 | Renders charts from Mermaid markup on Github and Bitbucket |
| 文件大小 | 433 KB |
| 安装次数 | 29 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-08-09 |
| 上架时间 | 2019-08-09 |
| 开发者 | WeRoadMonkeys |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
]
} | |