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ファイルをダウンロード
iKute Emoticons 4Facebook Status&Comment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
***************************************************************************************** ***************************************************************************************** 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" } ] } |