CanvaSpy
Web Graphics Debugger
什么是CanvaSpy?
CanvaSpy是由https://james.darpinian.com开发的Chrome扩展程序,该扩展的主要功能是“Web Graphics Debugger”。
扩展截图
下载CanvaSpy扩展crx文件
下载CanvaSpy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | bkoaagoiddaojjehhfnoljpeibhbboml |
| 官方URL | https://chromewebstore.google.com/detail/canvaspy/bkoaagoiddaojjehhfnoljpeibhbboml |
| 简介 | Web Graphics Debugger |
| 文件大小 | 459 KB |
| 安装次数 | 104 |
| 当前版本 | 3.0 |
| 更新时间 | 2023-06-27 |
| 上架时间 | 2022-10-29 |
| 开发者 | https://james.darpinian.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://james.darpinian.com/gpudebug/src/replayTrace.html |
| 支持的语言 | 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": [
" | |