A 3D DOM viewer for Firefox, Chrome, and Safari
NOTE: Only tested in Firefox so far. Help with cross-browser support is welcome.
From your browser, enable developer mode (or equivelant) and install the extension from the dist
folder.
In Firefox
- Go to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Addon"
- Select
dom3d/dist/firefox/manifest.json
- Extension should now be installed, you can find it in the top right extensions menu (puzzle piece icon) and pin it if desired
In Chrome
- Go to
chrome://extensions
- Click "Load Unpacked"
- Select
dom3d/dist/chrome/manifest.json
- Extension should now be installed, you can find it in the top right extensions menu (puzzle piece icon) and pin it if desired
- Click extension icon to toggle 3D DOM view
- Right-Click for options (showing sides, surfaces, randomising color, and enabling zoom)
yarn build-all
to build all the versions of the extension. You can use web-ext to help develop for Firefox.