将插件移植到 Mozilla Prism 1.0b1
我正在尝试将应用程序移植到最新版本的 Mozilla Prism(当前为 1.0b1)。 说明说将其放入 install.rdf:
<em:targetApplication>
<!-- Prism -->
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>0.4</em:minVersion>
<em:maxVersion>1.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
但是,对于 maxVersion,我找不到允许安装它的条目。 我尝试过 1.1b1.、1.1、1.,什么也没有。
有人知道如何做到这一点吗?
TIA 麦克风
I'm trying to port an application to the newest version of Mozilla Prism (1.0b1 currently). The instructions say to put this in install.rdf:
<em:targetApplication>
<!-- Prism -->
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>0.4</em:minVersion>
<em:maxVersion>1.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
However, for maxVersion, I can't find an entry which allows it to install. I've tried 1.1b1., 1.1, 1., nothing.
Anybody understand how to do this?
TIA
Mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://developer.mozilla.org/en/Prism/Extensions
您确定吗是MaxVersion的问题吗?
是在例子中。
还,
http://www.softwareishard.com/blog/planet-mozilla/extending -棱镜/ 和
http:// code.google.com/p/hunspell-spellcheck-vi/source/browse/trunk/firefox_thunderbird/install.rdf?r=53 使用该 MaxVersion
https://developer.mozilla.org/en/Prism/Extensions
Are you sure the MaxVersion is the problem?
is in the example.
Also,
http://www.softwareishard.com/blog/planet-mozilla/extending-prism/ and
http://code.google.com/p/hunspell-spellcheck-vi/source/browse/trunk/firefox_thunderbird/install.rdf?r=53 use that MaxVersion