Notice
Recent Posts
Recent Comments
목록chrome (11)
준호씨의 블로그
크롬 플러그인 만들기 Hello, World!
이 글은 http://code.google.com/chrome/extensions/getstarted.html 를 따라하기 하며 작성되었습니다 :) 크롬 플러그인 개발에 감을 잡기에 좋은 글이군요. 위의 그림과 같이 우측 상단에 아이콘을 추가 하고 flickr 사이트의 그림을 불러 오는 기능을 구현할 것입니다. 일단 텍스트 편집프로그램을 띄워서 manifest.json 파일을 작성합니다. { "name": "My First Extension", "version": "1.0", "description": "The first extension that I made.", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "http://api..
개발이야기
2011. 6. 5. 11:57