Marty Developer Tools

Developer tools for Marty

Wat is Marty Developer Tools?

Marty Developer Tools is een Chrome-extensie ontwikkeld door jhollingworth, en de belangrijkste functie is "Developer tools for Marty".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Marty Developer Tools

Download Marty Developer Tools-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

                        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                    

Basisinformatie over de Extensie

Naam Marty Developer Tools Marty Developer Tools
ID fifcikknnbggajppebgolpkaambnkpae
Officiële URL https://chromewebstore.google.com/detail/marty-developer-tools/fifcikknnbggajppebgolpkaambnkpae
Beschrijving Developer tools for Marty
Bestandsgrootte 2.36 MB
Aantal Installaties 84
Huidige Versie 0.10.1
Laatst Bijgewerkt 2015-05-27
Publicatiedatum 2015-05-27
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar jhollingworth
Betalingswijze free
Extensiewebsite http://martyjs.org
Ondersteunde Talen 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": [
                ""
            ],
            "js": [
                "app\/content\/needle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "app\/*"
    ]
}