CanvaSpy

Web Graphics Debugger

Wat is CanvaSpy?

CanvaSpy is een Chrome-extensie ontwikkeld door https://james.darpinian.com, en de belangrijkste functie is "Web Graphics Debugger".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CanvaSpy

Download CanvaSpy-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

                        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.                    

Basisinformatie over de Extensie

Naam CanvaSpy CanvaSpy
ID bkoaagoiddaojjehhfnoljpeibhbboml
Officiële URL https://chromewebstore.google.com/detail/canvaspy/bkoaagoiddaojjehhfnoljpeibhbboml
Beschrijving Web Graphics Debugger
Bestandsgrootte 459 KB
Aantal Installaties 104
Huidige Versie 3.0
Laatst Bijgewerkt 2023-06-27
Publicatiedatum 2022-10-29
Ontwikkelaar https://james.darpinian.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://james.darpinian.com/gpudebug/src/replayTrace.html
Ondersteunde Talen 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": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}