Make your web development Pixel Perfect.
PixelPerfect is free and open source software distributed under the BSD License.
Structure of the extension follows Jetpack standards.
- data HTML pages
- chrome Stylesheets, localization files
- lib Javascript files.
- test Test files
- Install JPM:
npm install jpm -g
(read more about installing jpm) - Get Pixel Perfect source:
git clone https://github.com/firebug/pixel-perfect.git
- Run
jpm run -b nightly
in the source directory (learn more about jpm commands)
- Add-on SDK: https://developer.mozilla.org/en-US/Add-ons/SDK
- DevTools API: https://developer.mozilla.org/en-US/docs/Tools/DevToolsAPI
- Coding Style: https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide
- DevTools Extension Examples: https://github.com/mozilla/addon-sdk/tree/devtools/examples
- DevTools/Hacking: https://wiki.mozilla.org/DevTools/Hacking
- Firefox Developer Edition: https://developer.mozilla.org/en-US/Firefox/Developer_Edition
- Firebug.next wiki: https://getfirebug.com/wiki/index.php/Firebug.next