Github Custom Emoji Addiction
When you need to have more then the normal emojis in your life.
Github Custom Emoji Addictionとは何ですか?
Github Custom Emoji Addictionはroush.kyleによって開発されたChromeの拡張機能で、その主な機能は「When you need to have more then the normal emojis in your life.」です。
拡張機能のスクリーンショット
Github Custom Emoji Addiction拡張機能のCRXファイルをダウンロード
Github Custom Emoji Addiction拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you want to have more emojis in your life but Github only supports the standard ones. Now you can define your own emojis and you can use the Github emoji syntax and it will auto fill in the emoji with image you have defined.
拡張機能の基本情報
名前 | Github Custom Emoji Addiction |
ID | ldgifpnadmnmiibmmkmhdidfpljlmjmk |
公式URL | https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk |
説明 | When you need to have more then the normal emojis in your life. |
ファイルサイズ | 83.48 KB |
インストール数 | 21 |
現在のバージョン | 1.5.4 |
最終更新日 | 2020-01-09 |
公開日 | 2020-01-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | roush.kyle |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "When you need to have more then the normal emojis in your life.", "manifest_version": 2, "name": "Github Custom Emoji Addiction", "version": "1.5.4", "homepage_url": "https:\/\/github.com\/kyleroush\/Custom-Emoji-addiction", "icons": { "48": "logo.png" }, "permissions": [ "storage" ], "browser_action": { "default_title": "Github Custom Emoji Addiction Settings", "default_popup": "popup\/Settings.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "dependencies\/jquery.js", "dependencies\/caret.js", "dependencies\/atwho.js", "script.js", "emojis.js" ], "css": [ "dependencies\/atwho.css", "githubEmojiSuggestorStyle.css" ] } ] } |