Meteor DevTools
Developer tools for Meteor
Wat is Meteor DevTools?
Meteor DevTools is een Chrome-extensie ontwikkeld door The Bakery, en de belangrijkste functie is "Developer tools for Meteor".
Extensie Screenshots
Download het CRX-bestand van de extensie Meteor DevTools
Download Meteor DevTools-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
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.
Basisinformatie over de Extensie
Naam | Meteor DevTools |
ID | ippapidnnboiophakmmhkdlchoccbgje |
Officiële URL | https://chromewebstore.google.com/detail/meteor-devtools/ippapidnnboiophakmmhkdlchoccbgje |
Beschrijving | Developer tools for Meteor |
Bestandsgrootte | 430 KB |
Aantal Installaties | 5,830 |
Huidige Versie | 1.6.0 |
Laatst Bijgewerkt | 2016-08-04 |
Publicatiedatum | 2016-08-04 |
Beoordeling | 4.40/5 Totaal 43 Beoordelingen |
Ontwikkelaar | The Bakery |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/thebakeryio/meteor-devtools |
Help Pagina-URL | https://github.com/thebakeryio/meteor-devtools/issues |
Ondersteunde Talen | 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": [ " |