开发者

Default install position of my FF toolbar?

开发者 https://www.devze.com 2023-02-28 19:16 出处:网络
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..

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

0

精彩评论

暂无评论...
验证码 换一张
取 消