iKute Emoticons 4Facebook Status&Comment
iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x
iKute Emoticons 4Facebook Status&Comment란 무엇입니까?
iKute Emoticons 4Facebook Status&Comment은(는) http://ikuteteam.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x"입니다.
확장 프로그램 스크린샷
iKute Emoticons 4Facebook Status&Comment 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***************************************************************************************** ***************************************************************************************** More fun with Ikute Emoticon iKute Emoticon is an application that will help you display emoticons on the content of your status updates and comments on Facebook with Yahoo Messenger emoticons friendly and lively. Try it today and share with your friends. iKute Emoticon Version 2.0 supports: Supports popular browsers: Chrome -Application for Facebook: The entire contents of the Status, Comments, Notes, Photos ... -Show emoticons even when your friends do not have iKute Emoticon. -Support Panel Icon when click on the icon bar iKute Emoticon Chrome application. ... And many other attractions waiting for you to explore: x Do not forget to evaluate your experience with iKute Emoticon okay: x Wish you happy: x ***************************************************************************************** *****************************************************************************************
확장 프로그램 기본 정보
이름 | |
ID | balckfmhlgambbambmifcpgjnhkfcpgc |
공식 URL | https://chrome.google.com/webstore/detail/ikute-emoticons-4facebook/balckfmhlgambbambmifcpgjnhkfcpgc |
설명 | iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x |
파일 크기 | 170 KB |
설치 횟수 | 1,781 |
현재 버전 | 2.2 |
최근 업데이트 | 2012-10-18 |
출시 날짜 | 2012-10-18 |
평점 | 4.02/5 총 96 개의 평점 |
개발자 | http://ikuteteam.blogspot.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://facebook.com/iKuteTeam |
도움말 페이지 URL | http://facebook.com/iKuteTeam |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "iKute Emoticons 4Facebook Status&Comment", "version": "2.2", "manifest_version": 2, "description": "iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "iKute Emoticon for Facebook Status and Comment", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "lib\/utils.js", "lib\/encoder.js", "yh_emoticon.js", "fb_fixed_emoticon.js", "fb_classes.js", "fb_inject.js" ], "run_at": "document_start" } ] } |