Marty Developer Tools

Developer tools for Marty

Τι είναι το Marty Developer Tools;

Το Marty Developer Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jhollingworth, και η κύρια λειτουργία του είναι "Developer tools for Marty".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Marty Developer Tools

Λήψη αρχείων επέκτασης Marty Developer Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Marty Developer Tools Marty Developer Tools
ID fifcikknnbggajppebgolpkaambnkpae
Επίσημο URL https://chromewebstore.google.com/detail/marty-developer-tools/fifcikknnbggajppebgolpkaambnkpae
Περιγραφή Developer tools for Marty
Μέγεθος Αρχείου 2.36 MB
Αριθμός Εγκαταστάσεων 84
Τρέχουσα Έκδοση 0.10.1
Τελευταία Ενημέρωση 2015-05-27
Ημερομηνία Δημοσίευσης 2015-05-27
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής jhollingworth
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://martyjs.org
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}