Hangouts GitHub Emojifier
Converts Emoji on GitHub to Google-style Emoji
Hangouts GitHub Emojifierとは何ですか?
Hangouts GitHub EmojifierはPaul Bettsによって開発されたChromeの拡張機能で、その主な機能は「Converts Emoji on GitHub to Google-style Emoji」です。
拡張機能のスクリーンショット
Hangouts GitHub Emojifier拡張機能のCRXファイルをダウンロード
Hangouts GitHub Emojifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension works on GitHub.com to replace all of their Apple-style Emoji with Google-style Emoji. 拡張機能の基本情報
| 名前 | |
| ID | gnmkclfcadpmdkbihlgdebnnlolabgll |
| 公式URL | https://chromewebstore.google.com/detail/hangouts-github-emojifier/gnmkclfcadpmdkbihlgdebnnlolabgll |
| 説明 | Converts Emoji on GitHub to Google-style Emoji |
| ファイルサイズ | 24.28 KB |
| インストール数 | 176 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2015-03-08 |
| 公開日 | 2015-03-07 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | Paul Betts |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/paulcbetts/github-emoji-switcher |
| ヘルプページのURL | https://github.com/paulcbetts/github-emoji-switcher/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hangouts GitHub Emojifier",
"description": "Converts Emoji on GitHub to Google-style Emoji",
"version": "0.1.0",
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"64": "img\/icon_64.png",
"128": "img\/icon_128.png"
},
"permissions": [
"http:\/\/*.github.com\/*",
"https:\/\/*.github.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.github.com\/*",
"https:\/\/github.com\/*"
],
"run_at": "document_end",
"js": [
"scripts\/main.min.js"
]
}
]
} | |