I have developed a small Firefox Add-ons extension (Javascript+Xul+i18n support) published on Mozilla Add-ons repo开发者_开发问答sitory 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?
Assuming this is your addon, you'll have to redesign it entirely. Chrome does not allow extensions to add entries to the context menu.
精彩评论