提供元: Jordan Santell
Inspect and view changes in Three.js Developer Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Three.js Developer Tools",
"version": "0.4.0",
"description": "Developer tools for 3D library three.js.",
"devtools_page": "src/extension/devtools.html",
"background": {
"page": "src/extension/background.html"
},
"icons": {
"128": "assets/icon_128.png"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"src/extension/contentScript.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"tabs",
"webNavigation",
"http://*/*",
"https://*/*"
],
"web_accessible_resources": [
"src/content/*.js"
],
"manifest_version": 2,
"author": "Jordan Santell",
"browser_specific_settings": {
"gecko": {
"id": "three-devtools@jsantell.com"
}
}
} ベストのThree.js Developer Tools代替案
Three.js Developer Toolsに類似したFirefox add-onをいくつか紹介します:
Ext JS 3 DevTools
3axapp
React Developer Tools
vuejsdevtools
React Developer Tools
React
Solid Devtools
thetarnav
Alpine.js devtools
Hugo
KonvaJS Devtools
Duc Trung Mai
Apollo Client Devtools
Apollo Team
PixiJS Devtools
Bob Fanger
React Developer Tools Lite
React Developer Tools
Spector.js
BabylonJS
Excalibur Dev Tools
Erik Onarheim