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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WeRoadMonkeys และคุณลักษณะหลักของมันคือ "Renders charts from Mermaid markup on Github and Bitbucket"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Monkeys | Mermaid for Github and Bitbucket
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |