You should implement such extension on top of native developer tools in Firefox. Not as an extension to Firebug 2 - it'll stop working as soon as e10s (multi process browser support) is enabled in Firefox (release channel).
Here is a repo with bunch of examples showing how to make extensions for native developer tools: https://github.com/firebug/devtools-extension-examples If you missing an example showing specific features let me know. I am happy to provide it. Honza On Tuesday, September 1, 2015 at 10:28:21 AM UTC+2, [email protected] wrote: > > > I want to modify the context menu of firebug with additional options > such as get copy of the Csspath ,XPath and id name at click on one option > and this data stored in mysql database table please let me know how I can > add > extra one options to the right click menu (context menu).. and stored in > mysql database and how to add this code in firebug addon > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/ae55a40e-67eb-46c6-9936-5ff22303f5a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
