My toolbar gets installed 开发者_Python百科on top of the Firefox 4 window, how can I set it's default position to be elsewhere?
Visit the below link , it states the Extension etiquette for firefox..
I think you can see the things related to positioning
https://developer.mozilla.org/en/Extensions/Extension_etiquette
and i think the sample code should be like
<toolbar id="solvent-scrapeToolbar"
hidden="true"
flex="0.2"
fullscreentoolbar="true"
insertafter="FindToolbar">
for example
insertbefore="browser-bottombox"
should place at the bottom
I would suggest another method, download any previous extensions which has option to move the location and try to read their code/content..
You will get an idea
精彩评论