Clouseau - Bobril inspector
Bobril inspector - inspects DOM.Allows users to inspect Virtual DOM in Bobril (https://github.com/Bobris/Bobril) based applications.
Was ist Clouseau - Bobril inspector?
Clouseau - Bobril inspector ist eine Chrome-Erweiterung, die von Vladimír Kleštinec entwickelt wurde, und ihr Hauptmerkmal ist "Bobril inspector - inspects DOM.Allows users to inspect Virtual DOM in Bobril (https://github.com/Bobris/Bobril) based applications.".
Erweiterungsscreenshots
Clouseau - Bobril inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clouseau - Bobril inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows users to inspect Virtual DOM in Bobril (https://github.com/Bobris/Bobril) based applications. When chrome dev console is opened and you select element on page that uses Bobril. Then on each click on element, Bobril tab in dev tools tabs is updated and shows current virtual node information.
Grundlegende Informationen zur Erweiterung
Name | Clouseau - Bobril inspector |
ID | npfemnefhbkiahihigplihehpbgkbhbj |
Offizielle URL | https://chromewebstore.google.com/detail/clouseau-bobril-inspector/npfemnefhbkiahihigplihehpbgkbhbj |
Beschreibung | Bobril inspector - inspects DOM.Allows users to inspect Virtual DOM in Bobril (https://github.com/Bobris/Bobril) based applications. |
Dateigröße | 33.21 KB |
Installationsanzahl | 143 |
Aktuelle Version | 0.2.3 |
Letztes Update | 2023-03-26 |
Veröffentlichungsdatum | 2019-04-11 |
Bewertung | 4.89/5 Insgesamt 9 Bewertungen |
Entwickler | Vladimír Kleštinec |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/klesta490/bobril-clouseau |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clouseau - Bobril inspector", "short_name": "Clouseau", "version": "0.2.3", "description": "Bobril inspector - inspects DOM.Allows users to inspect Virtual DOM in Bobril (https:\/\/github.com\/Bobris\/Bobril) based applications.", "devtools_page": "devtoolsbackground.html", "minimum_chrome_version": "88.0", "author": "Vladim\u00edr Kle\u0161tinec", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |