Marty Developer Tools
Developer tools for Marty
Qu'est-ce que Marty Developer Tools ?
Marty Developer Tools est une extension Chrome développée par jhollingworth, et sa fonction principale est "Developer tools for Marty".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Marty Developer Tools
Téléchargez les fichiers d'extension Marty Developer Tools 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
Marty Developer Tools is an extension to Chrome's developer tools. It shows you the current state of your stores, actions that have flowed through the application as well as allowing you to revert to an earlier state. For each action we will show: * Which stores handled the action * What arguments were passed to the stores action handler * What components re-rendered as a result of the action (and how many) * Which stores caused a component to re-render
Informations de Base sur l'Extension
Nom | Marty Developer Tools |
ID | fifcikknnbggajppebgolpkaambnkpae |
URL Officiel | https://chromewebstore.google.com/detail/marty-developer-tools/fifcikknnbggajppebgolpkaambnkpae |
Description | Developer tools for Marty |
Taille du Fichier | 2.36 MB |
Nombre d'Installations | 84 |
Version Actuelle | 0.10.1 |
Dernière Mise à Jour | 2015-05-27 |
Date de Publication | 2015-05-27 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | jhollingworth |
Type de Paiement | free |
Site Web de l'Extension | http://martyjs.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marty Developer Tools", "version": "0.10.1", "description": "Developer tools for Marty", "devtools_page": "app\/devtools\/index.html", "manifest_version": 2, "background": { "scripts": [ "dist\/background.js" ] }, "content_scripts": [ { "matches": [ " |