Firefox 플러그인 중에 영어사전 앱이 좋은게 별로 없어서 한참을 찾다가, 가장 괜찮아보이는 DictionarySearch를 다운받아보았다. 여기에 네이버 영어사전 url을 다음과 같이 추가하였다.
http://endic.naver.com/popManager.nhn?m=search&searchOption=&query=$
그런데 이 플러그인이 새창에 팝업으로 띄우는 기능이 없어서 직접 플러그인을 뜯어고쳐서 팝업으로 나오게 해서 사용하니까 상당히 편하다.
plugin을 설치하고서 firefox의 개인 디렉토리.. 보통 윈도우는 c:\Document and settings\개인id\Application Settings\Mozilla\firefox\profileid\extensions\{a0faa0a4-f1a7-4098-9a74-21efc3a92372}(이거는 확실하지 않음)\chrome 디렉토리의 dictionarysearch.jar 파일을 첨부한 파일로 교체하면 된다.
소스는 사실 해당 파일중 content/dictionarysearchOverlay.js 의 search function의 openNewTabWith 메소드를 window.openDialog('chrome://browser/content/', '_blank', 'fullscreen=no,' + 'resizable=yes,' + 'toolbar=no,' + 'menubar=no,' + 'width=600,' + 'height=400,' + 'localtion=no', url); 로 바꾼게 전부다.
이렇게 하면 영어단어를 선택하고 오른쪽 마우스를 클릭하면 바로 사전 검색을 할 수 있다.
첨부: dictionarysearch.jar
http://endic.naver.com/popManager.nhn?m=search&searchOption=&query=$
그런데 이 플러그인이 새창에 팝업으로 띄우는 기능이 없어서 직접 플러그인을 뜯어고쳐서 팝업으로 나오게 해서 사용하니까 상당히 편하다.
plugin을 설치하고서 firefox의 개인 디렉토리.. 보통 윈도우는 c:\Document and settings\개인id\Application Settings\Mozilla\firefox\profileid\extensions\{a0faa0a4-f1a7-4098-9a74-21efc3a92372}(이거는 확실하지 않음)\chrome 디렉토리의 dictionarysearch.jar 파일을 첨부한 파일로 교체하면 된다.
소스는 사실 해당 파일중 content/dictionarysearchOverlay.js 의 search function의 openNewTabWith 메소드를 window.openDialog('chrome://browser/content/', '_blank', 'fullscreen=no,' + 'resizable=yes,' + 'toolbar=no,' + 'menubar=no,' + 'width=600,' + 'height=400,' + 'localtion=no', url); 로 바꾼게 전부다.
이렇게 하면 영어단어를 선택하고 오른쪽 마우스를 클릭하면 바로 사전 검색을 할 수 있다.
첨부: dictionarysearch.jar
공유하기 버튼
|
|



최근 덧글