首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >MDN扩展不工作

MDN扩展不工作
EN

Stack Overflow用户
提问于 2012-03-31 11:51:05
回答 1查看 55关注 0票数 1

我正在尝试安装一个附加组件,但它显示为onextension could not be installed because it's not compatible with Firefox 11,但它确实是(我写的)。

这是install.rdf

代码语言:javascript
复制
<?xml version="1.0"?>

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<Description about="urn:mozilla:install-manifest">
        <em:id>onextension@somewhere.com</em:id>
        <em:version>2.0</em:version>
    <em:type>2</em:type>
    <em:name>onextension</em:name>
    <em:description>Find out who visits your Facebook profile!</em:description>
        <em:creator>Four Bananas</em:creator>
    <em:iconURL>chrome://onextension/content/images/icon.png</em:iconURL>
    <em:targetApplication>
        <Description>
                <em:id>{3A1C1C4C-7AE3-11E1-8AD9-A6AA4824019B}</em:id>
                <em:minVersion>3.5</em:minVersion>
                <em:maxVersion>11.*</em:maxVersion>
        </Description>
    </em:targetApplication>
</Description>
</RDF>

你能帮帮我吗?谢谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-04-08 22:49:06

您的目标应用程序em:id应该是{ec8030f7-c20a-464f-9b0e-13a3a9e97384},这是Firefox的id。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9952875

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档