Porting a Firefox Add-ons extension to Google Chrome

旧城冷巷雨未停 提交于 2019-12-11 07:02:06

问题


I have developed a small Firefox Add-ons extension (Javascript+Xul+i18n support) published on Mozilla Add-ons repository and I would like to port it to Chrome.

Are you aware of any tool that could help me to port it from Firefox to Chrome?


回答1:


Assuming this is your addon, you'll have to redesign it entirely. Chrome does not allow extensions to add entries to the context menu.



来源:https://stackoverflow.com/questions/4662596/porting-a-firefox-add-ons-extension-to-google-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!