Xstate vizualize addon
An addon for xstate.js.org/viz which allows writing state machine in simpler language
Qu'est-ce que Xstate vizualize addon ?
Xstate vizualize addon est une extension Chrome développée par mukeshsoni, et sa fonction principale est "An addon for xstate.js.org/viz which allows writing state machine in simpler language".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Xstate vizualize addon
Téléchargez les fichiers d'extension Xstate vizualize addon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows xstate visualzier users to write their statecharts in simpler indent based text language and converts it to the json format which xstate understands
Informations de Base sur l'Extension
Nom | Xstate vizualize addon |
ID | ahnfhdihbohipfombdpbgiaddecckafc |
URL Officiel | https://chromewebstore.google.com/detail/xstate-vizualize-addon/ahnfhdihbohipfombdpbgiaddecckafc |
Description | An addon for xstate.js.org/viz which allows writing state machine in simpler language |
Taille du Fichier | 1.23 MB |
Nombre d'Installations | 238 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-05-15 |
Date de Publication | 2020-05-15 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | mukeshsoni |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mukeshsoni/xstate-viz-chrome-extension |
URL de la Page d'Aide | https://github.com/mukeshsoni/xstate-viz-chrome-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Xstate vizualize addon", "version": "0.0.1", "description": "An addon for xstate.js.org\/viz which allows writing state machine in simpler language", "page_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/xstate.js.org\/viz\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "dist\/*" ], "manifest_version": 2, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } } |