CanvaSpy

Web Graphics Debugger

Cos'è CanvaSpy?

CanvaSpy è un'estensione di Chrome sviluppata da https://james.darpinian.com, e la sua funzione principale è "Web Graphics Debugger".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CanvaSpy

Scarica i file di estensione CanvaSpy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CanvaSpy CanvaSpy
ID bkoaagoiddaojjehhfnoljpeibhbboml
URL Ufficiale https://chromewebstore.google.com/detail/canvaspy/bkoaagoiddaojjehhfnoljpeibhbboml
Descrizione Web Graphics Debugger
Dimensione del File 459 KB
Conteggio Installazioni 104
Versione Corrente 3.0
Ultimo Aggiornamento 2023-06-27
Data di Pubblicazione 2022-10-29
Sviluppatore https://james.darpinian.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://james.darpinian.com/gpudebug/src/replayTrace.html
Lingue Supportate 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"
    }
}