NSNSNSNSNSNS

关于我

开发者信息
名称 NSNSNSNSNSNS
注册时间 April 26, 2009
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

Mozilla Labs - Jetpack Prototype

评分5星,满分5星

>Firefox can't find the file at chrome://jetpack/content/jetpack.xul#develop.

Ubuntu's firefox-3.5 binary file name is 'Firefox-3.5'. This occurs the error.
To avoid it in a hurry.
xulapp.js 57
if (Application.name == "Firefox") {
-->
if (Application.name.match(/^[Ff]irefox.*/)) {

这个评论是针对附加组件的一个早期版本的(0.6.1)。