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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |