KonvaJS Devtools
Devtools for your Konva App
Wat is KonvaJS Devtools?
KonvaJS Devtools is een Chrome-extensie ontwikkeld door maitrungduc1410, en de belangrijkste functie is "Devtools for your Konva App".
Extensie Screenshots
Download het CRX-bestand van de extensie KonvaJS Devtools
Download KonvaJS 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
Browser extension for debugging Konva app. Features: - Support inspect all Konva objects (Text, Image, Rect, Star,....) - Edit object attributes in place, right in the extension - Changing Filter is supported - Select object by Cursor - Dark theme supported - Multiple stages supported
Basisinformatie over de Extensie
Naam | KonvaJS Devtools |
ID | aleknfecbpmpnkfoaohgpffcjenmjjfi |
Officiële URL | https://chromewebstore.google.com/detail/konvajs-devtools/aleknfecbpmpnkfoaohgpffcjenmjjfi |
Beschrijving | Devtools for your Konva App |
Bestandsgrootte | 327 KB |
Aantal Installaties | 282 |
Huidige Versie | 0.0.21 |
Laatst Bijgewerkt | 2024-02-19 |
Publicatiedatum | 2023-05-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | maitrungduc1410 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/maitrungduc1410/konva-inspector |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KonvaJS Devtools", "version": "0.0.21", "description": "Devtools for your Konva App", "permissions": [ "storage" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon32_black.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |