Monkeys | Mermaid for Github and Bitbucket
Renders charts from Mermaid markup on Github and Bitbucket
Co to jest Monkeys | Mermaid for Github and Bitbucket?
Monkeys | Mermaid for Github and Bitbucket to rozszerzenie Chrome opracowane przez WeRoadMonkeys, a jego główną funkcją jest „Renders charts from Mermaid markup on Github and Bitbucket”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Monkeys | Mermaid for Github and Bitbucket
Pobierz pliki rozszerzeń Monkeys | Mermaid for Github and Bitbucket w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Renders charts from Mermaid markup on Github and Bitbucket
Podstawowe informacje o rozszerzeniu
Nazwa | Monkeys | Mermaid for Github and Bitbucket |
ID | cplfdpoajbclbgphaphphcldamfkjlgi |
Oficjalny URL | https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi |
Opis | Renders charts from Mermaid markup on Github and Bitbucket |
Rozmiar pliku | 433 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-08-09 |
Data Publikacji | 2019-08-09 |
Deweloper | WeRoadMonkeys |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |