CanvaSpy
Web Graphics Debugger
Was ist CanvaSpy?
CanvaSpy ist eine Chrome-Erweiterung, die von https://james.darpinian.com entwickelt wurde, und ihr Hauptmerkmal ist "Web Graphics Debugger".
Erweiterungsscreenshots
CanvaSpy-Erweiterungs-CRX-Datei herunterladen
Laden Sie CanvaSpy-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
Records trace files for debugging WebGL, WebGPU, and HTML Canvas 2D rendering.
Click the extension icon to start recording a trace of the current page, then click again to save the trace file. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bkoaagoiddaojjehhfnoljpeibhbboml |
| Offizielle URL | https://chromewebstore.google.com/detail/canvaspy/bkoaagoiddaojjehhfnoljpeibhbboml |
| Beschreibung | Web Graphics Debugger |
| Dateigröße | 459 KB |
| Installationsanzahl | 104 |
| Aktuelle Version | 3.0 |
| Letztes Update | 2023-06-27 |
| Veröffentlichungsdatum | 2022-10-29 |
| Entwickler | https://james.darpinian.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://james.darpinian.com/gpudebug/src/replayTrace.html |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CanvaSpy",
"description": "Web Graphics Debugger",
"version": "3.0",
"manifest_version": 3,
"icons": {
"64": "canvaspy-logo-64.png",
"128": "canvaspy-logo-128.png",
"192": "canvaspy-logo-192.png",
"256": "canvaspy-logo-256.png",
"512": "canvaspy-logo-512.png"
},
"action": {
"default_title": "Record a trace"
},
"permissions": [
"activeTab",
"scripting",
"webNavigation",
"contextMenus",
"downloads"
],
"web_accessible_resources": [
{
"resources": [
"version.txt",
"fileWorker.js",
"fileWorker.js.map",
"canvaspy.js.map",
"getDirnameOfThisModule.js"
],
"matches": [
" | |