Meteor DevTools

Developer tools for Meteor

Qu'est-ce que Meteor DevTools ?

Meteor DevTools est une extension Chrome développée par The Bakery, et sa fonction principale est "Developer tools for Meteor".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Meteor DevTools

Téléchargez les fichiers d'extension Meteor DevTools 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

                        Meteor DevTools is an extension for Chrome Developer Tools that makes the process of developing Meteor apps even more enjoyable. It also allows you to look under the hood of existing applications and learn how they are built. The extension includes a plugin framework and currently comes with 4 plugins: DDP Monitor, Blaze Inspector, MiniMongo Explorer and Security Auditor. The extension is open source and is available on Github - https://github.com/thebakeryio/meteor-devtools.                    

Informations de Base sur l'Extension

Nom Meteor DevTools Meteor DevTools
ID ippapidnnboiophakmmhkdlchoccbgje
URL Officiel https://chromewebstore.google.com/detail/meteor-devtools/ippapidnnboiophakmmhkdlchoccbgje
Description Developer tools for Meteor
Taille du Fichier 430 KB
Nombre d'Installations 5,830
Version Actuelle 1.6.0
Dernière Mise à Jour 2016-08-04
Date de Publication 2016-08-04
Évaluation 4.40/5 Total 43 Évaluations
Développeur The Bakery
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/thebakeryio/meteor-devtools
URL de la Page d'Aide https://github.com/thebakeryio/meteor-devtools/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meteor DevTools",
    "version": "1.6.0",
    "description": "Developer tools for Meteor",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "devtools_page": "devtools.html",
    "options_page": "panel.html",
    "manifest_version": 2
}