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
擴展基本資訊
名稱 | Monkeys | Mermaid for Github and Bitbucket |
ID | cplfdpoajbclbgphaphphcldamfkjlgi |
官方網址 | 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" ] } ] } |