Preact Developer Tools
Adds debugging tools for Preact to Chrome
Wat is Preact Developer Tools?
Preact Developer Tools is een Chrome-extensie ontwikkeld door Preact Developers, en de belangrijkste functie is "Adds debugging tools for Preact to Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Preact Developer Tools
Download Preact Developer Tools-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
Debugging tools for Preact. This extension allows you to inspect the component hierarchy and change properties on the fly.
Basisinformatie over de Extensie
Naam | Preact Developer Tools |
ID | ilcajpmogmhpliinlbcdebhbcanbghmd |
Officiële URL | https://chromewebstore.google.com/detail/preact-developer-tools/ilcajpmogmhpliinlbcdebhbcanbghmd |
Beschrijving | Adds debugging tools for Preact to Chrome |
Bestandsgrootte | 144 KB |
Aantal Installaties | 9,788 |
Huidige Versie | 4.7.1 |
Laatst Bijgewerkt | 2023-03-06 |
Publicatiedatum | 2020-06-10 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Preact Developers |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://preactjs.github.io/preact-devtools/ |
Help Pagina-URL | https://github.com/preactjs/preact-devtools/issues/ |
URL van de Privacybeleid Pagina | https://github.com/preactjs/preact-devtools/blob/master/PRIVACY.md |
Ondersteunde Talen | 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": [ " |