Three.js Developer Tools Firefox

Examine source code of Three.js Developer Tools

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"
    }
  }
}

Melhores alternativas Three.js Developer Tools

Aqui estão algumas Firefox add-ons que são similares a Three.js Developer Tools: