Firebug Extensions
From FirebugWiki
m (→Deadbug: updating download link to 2.0 version) |
|||
| Line 65: | Line 65: | ||
|- | |- | ||
| [[#YSlow | YSlow]] | | [[#YSlow | YSlow]] | ||
| + | | [[#YSlow | YSlow]] | ||
| + | | [[#FireEyes | FireEyes]] | ||
|} | |} | ||
| Line 593: | Line 595: | ||
[[FireFontFamily]] highlights the rendered font-family inside the Style Side Panel | [[FireFontFamily]] highlights the rendered font-family inside the Style Side Panel | ||
* Download from [https://addons.mozilla.org/en-US/firefox/addon/111672/ Mozilla Add-ons] site | * Download from [https://addons.mozilla.org/en-US/firefox/addon/111672/ Mozilla Add-ons] site | ||
| + | |||
| + | ==== FireEyes ==== | ||
| + | [[Image:FireEyes.png|thumb|400px|FireFontFamily]] | ||
| + | [[FireEyes]] is an unprecedented, nextgen web accessibility tool that ensures both static and dynamic content within a web portfolio are compliant with standards such as Section 508, WCAG 1.0, and WCAG 2.0. You can use another tool, but it won’t be fully JavaScript aware or handle event-based page content, like FireEyes. | ||
| + | * Download from [http://www.deque.com/products/worldspace-fireeyes] site | ||
Revision as of 13:36, 19 April 2011
Firebug extensions augment or otherwise enhance the Firebug extension. Firebug extensions typically come in the form of Firefox add-ons.
List of known Firebug extensions (in alphabetical order):
Are you an author of a new extension for Firebug and want us to update the page? Just open a new issue on Firebug issue list.
Contents |
Creating Extensions
Existing Extensions
Miscellaneous
Firecookie
Firecookie is a an extension for Firebug that allows to view, manage and debug cookies in your browser. Apart from all the other cookie managers and viewers available as Firefox extensions, this one is made as an extension for Firebug. This means that web developers have the functionality accessible within the familiar Firebug's UI.
Author: Jan Odvarko, download from Mozilla Addons site
Crossfire
Crossfire is a Firebug extension which implements a JSON protocol to allow remote clients (like an IDE or code editor) to connect to Firebug.
Firestarter
FireStarter is a Firebug extension that extends Firebug's activation model with advanced features.
- Requires Firebug 1.5
- The source code has Firebug's BSD-style license.
- Use Firebug's issue list to report an issue.
- Use Firebug's news group to ask a question.
- Install Firestarter
Drupal For Firebug
Drupal for Firebug extends Firebug to provide Drupal specific debugging and status messages to help with Drupal development.
- Visit website
- Download from Mozilla Add-ons site.
Firediff
Firediff is a Firebug extension whose goal is to provide additional insight into the changes that are being made to the components of the page. Firediff currently requires a recent build of Firebug, with a strict requirement of at least version 1.4.
- Visit website
Firefocus
Firefocus is a simple Firebug extension that tracks the element that currently has focus. Its primary purpose is to assist the debugging of advanced keyboard implementations. Firefocus requires Firebug 1.4 or later.
- Visit website
FormBug
FormBug simulates HTML form fill-in and serialization as an aid to testing form-intensive sites.
- Visit website
XRefresh
XRefresh can refresh browser as you modify source files. This is especially usefull for editing CSS files on a development machine with two monitors. When you hit CTRL+S (or whatever key for save), XRefresh will detect it and refresh the web page for you.
- Visit [website]
- Download from Mozilla Add-ons] site (experimental)
Firefinder
Firefinder is an add-on to Firebug, to help find HTML elements matching chosen CSS selector(s) or XPath expression. You can also auto-select elements when hovering or via the context menu.
View the results and then share them with a friend via the FriendlyFire feature, or click Inspect to go to the corresponding element in Firebug's HTML tab.
- Visit website
- Download from Mozilla Add-ons site
Omnibug
Omnibug is a plugin for Firebug to ease developing web metrics implementations. Each outgoing request (sent by the browser) is checked for a pattern; if a match occurs, the URL is displayed in a Firebug panel, and decoded to show the details of the request. In addition, requests can be logged to the filesystem.
- Visit website
Firebug Paint Events
Firebug Paint Events allows to view details of MozAfterPaint events, using Firebug.
- Visit website
- Download from Mozilla Add-ons site
Deadbug
Deadbug modifies the Firebug status bar icon to change to an image of an upside down (i.e. 'dead') bug when Firebug is turned off. This allows people who are colorblind or have low-contrast displays to easily tell whether Firebug is active.
-
Dead bug icon designed by Kara Rawson.
- Download
Adobe BrowserLab
Launch Adobe BrowserLab directly from Firebug, to preview temporary changes you’ve made using Firebug. BrowserLab generates screenshots of your pages (public or behind a firewall) in multiple browsers.
- Visit website
- Download from Mozilla Add-ons site
UI Enhancements
Acebug
Acebug is a Firefox add-on that integrates with Firebug is a simple Firebug extension that brings some of the awesome features of the Ajax.org Cloud9 Editor (Ace) to Firebug's large command line.
Features
- Syntax Highlighting
- Auto indentation and outdent
- Highlight matching parentheses
- Load from file
- Save to file
- Execute selection
- Stream Comment
We also plan on adding a bunch of new features to Acebug in the future
- Validate as you type
- Wordwrap
- Auto-completion
- Fully customizable key bindings including VI and Emacs modes
- Themes (TextMate themes can be imported)
- Display hidden characters
- Integrate with the script panel so that the whole panel works with your chosen syntax highlighting when debugging
CodeBurner
CodeBurner is a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS. The extension's core functionality is centered around a new Reference panel, which contains a search tool for looking up HTML elements, attributes, and CSS properties. The extension also hooks into context-menus in the HTML and CSS panels, the DOM crumbtrail, and the Inspector, adding options to look up a selected item (ie. search for it in the Reference panel) or to view a code example.
Firefinder
Firefinder is an extension to Firebug and offers the functionality to, in a quick way, find HTML elements matching chosen CSS selector(s) or XPath expression. It allows you to instantly test your CSS selectors in the page while seeing the content at the same time, and matching elements will be highlighted.
Author: Robert Nyman (Download)
Firequark
Firequark is an extension to Firebug to aid the process of HTML Screen Scraping. Firequark automatically extracts css selector for a single or multiple html node(s) from a web page using Firebug (a web development plugin for Firefox). The css selector generated can be given as an input to html screen scrapers like Scrapi to extract information. Firequark is built to unleash the power of css selector for use of html screen scraping.
- Visit website
Pixel Perfect
Pixel Perfect is a firebug extension that allows web developers to easily overlay a web composition over top of the developed html.
- Visit website
- Download from Mozilla Add-ons site
FireRainbow
FireRainbow brings Javascript syntax highlighting to Firebug.
- Visit website
Author: Antonin Hildebrand, download from [Mozilla Add-ons https://addons.mozilla.org/en-US/firefox/addon/9603] site
FirePalette
FirePalette provides the color picker to Firebug's CSS panel, and a menu item "Pick xxx color ..." to the context menu of color value (#112233, black, rgb(0, 12, 34)) in CSS panel. It also works correctly with the color that is a part of mixed CSS values, like "background: #FF8800 none repeat scroll 0 0", "border: 1px solid black".
- Visit website
- Report an issue
- Download from Mozilla Add-ons site
Widerbug
A modified version of Firebug optimized for widescreen monitors.
- Visit website
- Download from Mozilla Add-ons site
Firepicker
Firepicker automatically adds color picker to Firebug's inline CSS editor.
- Visit website]
- Download from Mozilla Add-ons site (experimental)
FireSass
FireSass allows Firebug to display the original Sass filename and line number of Sass-generated CSS styles.
- Visit website]
- Download from Mozilla Add-ons site
Arboreal
Arboreal is a Firebug extension for DOM tree visualization.
- Visit website]
- Download from Mozilla Add-ons site
FirePath
FirePath is a Firebug extension that adds a development tool to edit, inspect and generate XPath 1.0 expressions and CSS 3 selectors.
- Visit website
- Download from Mozilla Add-ons site
Debugging
Chromebug
Chromebug is Firebug for XUL applications, especially Firefox extensions. We use Chromebug to debug Firebug!
- Chromebug User Guide
- Requires Firebug 1.5
- Works on Firefox 3.0 and later
- Newsgroup: mozilla.addons.chromebug
- Get source code
Author: John J. Barton (Download)
Eventbug
Eventbug is a Firebug extension that lists all of the event handlers on the page grouped by event type (see a blog post).
- Requires Firebug 1.5
- The source code has Firebug's BSD-style license.
- Use Firebug's issue list to report an issue.
- Use Firebug's news group to ask a question.
Author: John J. Barton, Jan Odvarko (Download)
Firebug Code Coverage
Firebug Code Coverage adds entry function code coverage for JavaScript code. Adds a button next to the Profiler in Firebug.
Author: Zach Leatherman, download from Mozilla Add-ons site (experimental)
Code Coverage for Firebug This Firebug extension is used to report Javascript code coverage. Zach's extension was migrated to Firebug 1.6/Firefox 3.6
Author: Jun Ma, download from Mozilla Add-ons site (experimental)
LiveCoder
LiveCoder lets you poke at the browser's DOM, just like Firebug. But LiveCoder also lets you examine Firebug itself. In addition to examining the DOM, you can alter it including changing functions. This is a great way to debug your code and test fixes more quickly.
- Visit website
Author: Steve Souders, download from Mozilla Add-ons site (experimental)
FirePHP
FirePHP enables you to print to your Firebug Console using a simple PHP function call. All data is sent via a set of X-FirePHP-Data response headers. This means that the debugging data will not interfere with the content on your page. Thus FirePHP is ideally suited for AJAX development.
- Visit website
- Report an issue
- Join FirePHP group
Author: Christoph Dorn, download from Mozilla Add-ons site
FireQuery
FireQuery adds a collection of jQuery-related enhancements to Firebug. Recommended for all jQuery developers.
- Visit website
Author: Antonin Hildebrand, download from Mozilla Add-ons site
Firesymfony
Firesymfony integrates debugging support for the Symfony PHP development framework in to Firebug.
- Visit [1]
- Download from Mozilla Add-ons site
ColdFire
ColdFire is an extension to Firebug which displays ColdFusion debugging information in a Firebug tab as opposed to the bottom of the page. Because ColdFire sends debugging data to the browser via custom HTTP headers it does not break CSS page layouts and works well with AJAX and Flash Remoting requests.
- Visit website
FirePython
FirePython enables you to debug your application's server side Python code from within your browser. FirePython is a server-side Python library, which hooks into standard Python logging module and sends logging events to a client-side using a Firefox browser extension called FireLogger.
- Visit website
- Download from Mozilla Add-ons site
FireAtlas
FireAtlas is an extension to Firebug dedicated to ASP.NET AJAXdebugging. This extension will provide you with useful services when developing ASP.NET AJAX web sites:
- PageRequestManager events tracing
- WebService calls tracing and inspection
- Partial Update inspection within Firebug Net Panel
- Application components listing
- Visit website
- Download from Mozilla Add-ons site
AMF Explorer
AMF Explorer is based on the JSON Explorer and XML Explorer features of Firebug, AMF Explorer allows web developers to view deserialized AMF messages in Firebug's Net panel.
- Visit website
- Download from Mozilla Add-ons site
FireLinkReport
FireLinkReport allows viewing all links on the currently open page.
- Visit website
- Download from Mozilla Add-ons site (experimental)
Flashbug
Flashbug is a Firebug extension for Flash. Displays all the running .SWF file trace output. Requires Flash Player Debugger to work properly.
- Visit website
- Download from Mozilla Add-ons site
Closure Inspector
A development extension to Firebug for working with Closure Library and Closure Compiler
- Visit website
Illuminations for Developers
Illuminations for Developers A tool to help you develop web applications by investing Firebug with the knowledge of your JavaScript framework and your workflow with it.
- Requires Firebug 1.6
- Works on Firefox 3.6 and later
- Visit website
- Supports ExtJS 2.x, 3.x, 4.x, and Sencha Touch
- Preliminary support for Dojo 1.5, SproutCore, YUI3, Closure Lib, qooXdoo, and jQuery UI
Author: Steven Roussey (Mozilla Add-ons) Download
Performance
YSlow
YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. YSlow is a Firefox add-on integrated with the Firebug web development tool. YSlow grades web page based on one of three predefined ruleset or a user-defined ruleset. It offers suggestions for improving the page's performance, summarizes the page's components, displays statistics about the page, and provides tools for performance analysis, including Smush.it™ and JSLint.
YSlow gives you:
- Performance report card
- HTTP/HTML summary
- List of components in the page
- Tools including JSLint
- Visit website
Author: Yahoo, Inc. (Download)
NetExport
NetExport is a Firebug extension that allows exporting data from the Net panel.
- Requires Firebug 1.5
- Uses HTTP Archive format for export.
- The extension appends a new Export button into Net panel's toolbar.
- The source code has Firebug's BSD-style license.
- Use Firebug's issue list to report an issue.
- Use Firebug's discussion group to ask a question.
Author: Jan Odvarko (Download, website)
Net Panel History Overlay
Net Panel History Overlay adds history functionality to firebug net panel.
- Visit website
Author: Mihailo Lalevic, download from Mozilla Add-ons site (experimental)
Jiffy
The Jiffy Firefox extension adds an additional panel to Firebug that provides a visual view of the Javascript time measurements captured by Jiffy-Web.
- Visit website
- Join Jiffy-Web group
Author: Bill Scott of NetFlix, download from Mozilla Add-ons site (experimental)
Inline Code Finder
Inline Code Finder looks for any of these in a web page:
- inline JavaScript events
- Inline style
- javascript: links
The idea is to promote separation between content (HTML), presentation (CSS) and interaction (JavaScript) - especially the ideas and thinking behind the unobtrusive JavaScript approach.
- Visit website
Author: Robert Nyman, download from Mozilla Add-ons site
SenSEO
SenSEO analyzes web pages and tells you how good they fulfill on-page Search Engine optimization criteria. SenSEO is a Firefox add-on integrated with the popular Firebug web development tool. The code is based on the YSlow extension.
- Visit website
CSS Usage
With CSS Usage you can look at your CSS rules and see which ones of them are actually used on your website and which aren't.
- Visit [website]
- Download from Mozilla Add-ons site
Log to NetPanel
Log to NetPanel allows you to add markers to the Net panel from javascript. They appear as extra bars below the network downloads. That way, you can find out at what point in the download sequence specific javascript code is running. If you log twice with the same name, a bar will appear from the first to the second point in time.
Page Speed
Page Speed is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them.
- Visit website
FireFile
FireFile is a Firebug extension to save the CSS files edited with Firebug live to your web server. That makes Firebug become the first remote-save live-preview CSS editor and allows ultra-fast webdesign.
- Download from Mozilla Add-ons site
- See more info
FireSpider
FireSpider is a an extension for Firebug that can help you find broken or misleading urls and optimize your web page for search engines.
FireFontFamily
FireFontFamily highlights the rendered font-family inside the Style Side Panel
- Download from Mozilla Add-ons site
FireEyes
FireEyes is an unprecedented, nextgen web accessibility tool that ensures both static and dynamic content within a web portfolio are compliant with standards such as Section 508, WCAG 1.0, and WCAG 2.0. You can use another tool, but it won’t be fully JavaScript aware or handle event-based page content, like FireEyes.
- Download from [2] site







