NSNSNSNSNSNS

내 정보

개발자 정보
이름 NSNSNSNSNSNS
가입한 날짜 4월 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) 버전에 대한 것입니다.