Metal.js Developer Tools
Developer tool for inspecting Metal.js Components
Qu'est-ce que Metal.js Developer Tools ?
Metal.js Developer Tools est une extension Chrome développée par bryceosterhaus, et sa fonction principale est "Developer tool for inspecting Metal.js Components".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Metal.js Developer Tools
Téléchargez les fichiers d'extension Metal.js 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
Metal Developer Tools is a Chrome extension for the Metal.js javascript framework. It allows you to inspect the Metal component hierarchies in the Chrome Developer Tools. You will get a new tab called Metal.js in your developer tools. This will show you the Metal components that were rendered on the page, as well as their state in the sidebar.
Informations de Base sur l'Extension
Nom | Metal.js Developer Tools |
ID | fagnjmppkokolnbloalifcmcooldhiik |
URL Officiel | https://chromewebstore.google.com/detail/metaljs-developer-tools/fagnjmppkokolnbloalifcmcooldhiik |
Description | Developer tool for inspecting Metal.js Components |
Taille du Fichier | 144 KB |
Nombre d'Installations | 109 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2017-10-27 |
Date de Publication | 2017-10-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | bryceosterhaus |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/metal/metal-devtools |
URL de la Page d'Aide | https://github.com/metal/metal-devtools |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metal.js Developer Tools", "short_name": "Metal Devtools", "version": "1.2.5", "description": "Developer tool for inspecting Metal.js Components", "author": "Bryce Osterhaus", "homepage_url": "https:\/\/github.com\/metal\/metal-devtools", "icons": { "48": "build\/metal_48.png", "128": "build\/metal_128.png" }, "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "build\/metal_48_gray.png", "default_popup": "build\/popup.html", "default_title": "Metal.js Devtools" }, "content_scripts": [ { "matches": [ " |