Custom emoticons
custom emoticons on facebook
Custom emoticonsとは何ですか?
Custom emoticonsはGoran Gajicによって開発されたChromeの拡張機能で、その主な機能は「custom emoticons on facebook」です。
拡張機能のスクリーンショット
Custom emoticons拡張機能のCRXファイルをダウンロード
Custom emoticons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Custom emoticons for facebook. Using facebook object ids to display photos and don't add any 3rd party functionality
icons by : http://lazycrazy.deviantart.com/ 拡張機能の基本情報
| 名前 | |
| ID | hcceghlnfpnbckdkdngdbhfpnhacnmom |
| 公式URL | https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom |
| 説明 | custom emoticons on facebook |
| ファイルサイズ | 31.13 KB |
| インストール数 | 245 |
| 現在のバージョン | 3 |
| 最終更新日 | 2012-09-21 |
| 公開日 | 2012-09-21 |
| 評価 | 3.25/5 合計 20 レビュー |
| 開発者 | Goran Gajic |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://design4q.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Custom emoticons",
"version": "3",
"manifest_version": 2,
"description": "custom emoticons on facebook",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"run_at": "document_idle",
"all_frames": true,
"js": [
"script.js"
]
}
]
} | |