[[NSDeveloper alloc] initWithName:@"Just another developer"]
Posts tagged extension
Firefox 3에서 Mouse Gestures 사용하기
Jan 13th
All-in-One Gestures는 파이어폭스에서 가장 인기 있는 확장기능 중 하나이다. 하지만, 파이어폭스3에서는 동작하지 않아 불편한 분들이 많을 것이다.
나 역시 파이어폭스3를 쓰고 있으며, All-in-One Gestures의 열렬한 사용자이다. 드디어, 파이어폭스3의 Mac버전은 카본 기반에서 코코아 기반으로 바뀌었고, 덕분에 폰트 렌더링이 아주 미려해졌다. 즉, 다른 코코아 기반 프로그램과 같아졌다.
하지만, 제대로 동작하는 확장기능이 거의 없다. 내가 파이어폭스를 쓰는 이유중 80%는 빠른 HTML렌더링과 편리한 확장기능이 80%인데 말이다. 내가 주로 쓰는 기능은 All-In-One Gestures, Bookmark Sync., FasterFox, Delicious, TabMix Plus, Web Dev. 정도인데, 제대로 되는게 거의 없다.
Delicious는 Pukka로 대체하였지만, All-In-One Gestures가 안되는건 파이어폭스를 쓰는 이유의 1/2을 잃어버린 것과 같다. All-In-One Gestures는 개발자가 업데이트할 마음이 별로 없어보여서, Mouse Gestures의 메일링 리스트에 “FF3용 개발하실 생각은 없나용~?” 하고 메일을 보냈다.
하루만에 “현재 버전도 FF3에서 별 문제없이 잘 돌아간다.”라고 답장이 왔다. 아래와 같이 강제로(?) MaxVersion값을 수정하고, 설치하면 잘 돌아간다고 한다.
파이어폭스3를 쓰고 싶었지만, 마우스 제스쳐때문에 꺼려졌던 분들은 사용하시면 되겠다.
I have installed FF3a1 on Windows and I have not found any problems using the latest version of Mouse Gestures (1.5.2), save for the need to update the maximum version. I think there is an extension that does this transparently, but I cannot remember which. However it is a relatively easy thing to do manually. The steps would be:
1.- Download the latest mousegestures.xpi
2.- Rename from .xpi to .zip.
3.- Unzip. There are several files in the root directory, so OS X will create by default a new folder containing them. This folder must not be included when re-zipping later (step 5).
4.- Edit the text file install.rdf, search for the “maxVersion” related to Firefox, change the value from 2.5.something to 3.0.* or similar, and save.
5.- Zip all files. Remember that install.rdf must be hanging from the root of the new zip.
6.- Change the extension of the new .zip to .xpi
7.- Install normally (by drag and drop).Updates might have to be installed in the same way.
Firefox extension “delicious” private saving 지원
Apr 10th
파이어폭스에서 델리셔스를 편하게 쓸 수 있는 확장기능인 delicious이 0.6.1로 업데이트되었다. private saving이 지원되자마자 몇몇 사람들이 ‘기능 추가 시켜줘~’ 라고 말을 하자, 이렇게 글을 남기고 며칠 지나지 않아 새버전을 올렸다.
Hi Guys
a new version is coming up soon.
I’ve already added the private function. So, stop asking.![]()
I just have to clean up some minor things.
See ya
내가 쓰고 있는 확장기(http://delicious.mozdev.org/)는 델리셔스에서 자체 제공하는 확장기가 아니다. 그건 북마크 추가가 웹페이지 기반이라 느리다. 예전부터 제공되던, 다이얼로그 기반의 이 녀석이 빠르고 편하다. 내 태그 목록들이 보인다던가, 현재 내가 쓰고 있는 desc.의 문자 수가 보인다던가 등등.
http://delicious.mozdev.org/ 에서 받을 수 있다. 파이어폭스의 확장기능 자동 업데이트에서는 업데이트되지 않으니, 직접 받아야한다.