Monkeys | Mermaid for Github and Bitbucket
Renders charts from Mermaid markup on Github and Bitbucket
Monkeys | Mermaid for Github and Bitbucket là gì?
Monkeys | Mermaid for Github and Bitbucket là một tiện ích mở rộng Chrome được phát triển bởi WeRoadMonkeys, và tính năng chính của nó là "Renders charts from Mermaid markup on Github and Bitbucket".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Monkeys | Mermaid for Github and Bitbucket
Tải xuống các tệp mở rộng Monkeys | Mermaid for Github and Bitbucket dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Renders charts from Mermaid markup on Github and Bitbucket
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Monkeys | Mermaid for Github and Bitbucket |
ID | cplfdpoajbclbgphaphphcldamfkjlgi |
URL Chính Thức | https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi |
Mô tả | Renders charts from Mermaid markup on Github and Bitbucket |
Kích Thước Tệp | 433 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-08-09 |
Ngày Phát Hành | 2019-08-09 |
Nhà Phát Triển | WeRoadMonkeys |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |