Monkeys | Mermaid for Github and Bitbucket
Renders charts from Mermaid markup on Github and Bitbucket
Wat is Monkeys | Mermaid for Github and Bitbucket?
Monkeys | Mermaid for Github and Bitbucket is een Chrome-extensie ontwikkeld door WeRoadMonkeys, en de belangrijkste functie is "Renders charts from Mermaid markup on Github and Bitbucket".
Extensie Screenshots
Download het CRX-bestand van de extensie Monkeys | Mermaid for Github and Bitbucket
Download Monkeys | Mermaid for Github and Bitbucket-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Renders charts from Mermaid markup on Github and Bitbucket
Basisinformatie over de Extensie
Naam | Monkeys | Mermaid for Github and Bitbucket |
ID | cplfdpoajbclbgphaphphcldamfkjlgi |
Officiële URL | https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi |
Beschrijving | Renders charts from Mermaid markup on Github and Bitbucket |
Bestandsgrootte | 433 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-08-09 |
Publicatiedatum | 2019-08-09 |
Ontwikkelaar | WeRoadMonkeys |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |