Preact Developer Tools
Adds debugging tools for Preact to Chrome
Qu'est-ce que Preact Developer Tools ?
Preact Developer Tools est une extension Chrome développée par Preact Developers, et sa fonction principale est "Adds debugging tools for Preact to Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Preact Developer Tools
Téléchargez les fichiers d'extension Preact 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
Debugging tools for Preact. This extension allows you to inspect the component hierarchy and change properties on the fly.
Informations de Base sur l'Extension
Nom | Preact Developer Tools |
ID | ilcajpmogmhpliinlbcdebhbcanbghmd |
URL Officiel | https://chromewebstore.google.com/detail/preact-developer-tools/ilcajpmogmhpliinlbcdebhbcanbghmd |
Description | Adds debugging tools for Preact to Chrome |
Taille du Fichier | 144 KB |
Nombre d'Installations | 9,788 |
Version Actuelle | 4.7.1 |
Dernière Mise à Jour | 2023-03-06 |
Date de Publication | 2020-06-10 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Preact Developers |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://preactjs.github.io/preact-devtools/ |
URL de la Page d'Aide | https://github.com/preactjs/preact-devtools/issues/ |
URL de la Page de Politique de Confidentialité | https://github.com/preactjs/preact-devtools/blob/master/PRIVACY.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Preact Developer Tools", "description": "Adds debugging tools for Preact to Chrome", "version": "4.7.1", "devtools_page": "panel\/empty-panel.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "192": "icons\/icon-192.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16-disabled.png", "32": "icons\/icon-32-disabled.png", "48": "icons\/icon-48-disabled.png", "128": "icons\/icon-128-disabled.png", "192": "icons\/icon-192-disabled.png" }, "default_popup": "popup\/disabled.html" }, "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |