WA Emoticons Suggestions
Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web
WA Emoticons Suggestions란 무엇입니까?
WA Emoticons Suggestions은(는) http://anirudhgoel.me/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web"입니다.
확장 프로그램 스크린샷
WA Emoticons Suggestions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension automatically converts text smilies to Whatsapp Emoticons and also suggests similar emoticons with their shortcut smilies. So, next time if you forget the shortcut for an emoticon just enter any similar emoticon and see your required emoticon in suggestions.
확장 프로그램 기본 정보
이름 | WA Emoticons Suggestions |
ID | pdicajhpekmkjildobfnokpdmnejlnfm |
공식 URL | https://chromewebstore.google.com/detail/wa-emoticons-suggestions/pdicajhpekmkjildobfnokpdmnejlnfm |
설명 | Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web |
파일 크기 | 668 KB |
설치 횟수 | 22 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2017-11-06 |
출시 날짜 | 2017-11-05 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://anirudhgoel.me/ |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/AnirudhGoel/Whatsapp-Emoticons-Suggest |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WA Emoticons Suggestions", "short_name": "WA Emoticons Suggestions", "description": "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web", "version": "1.2.0", "author": "Anirudh Goel", "homepage_url": "https:\/\/github.com\/AnirudhGoel\/Whatsapp-Emoticons-Suggest", "browser_action": { "default_title": "WA Emoticons Suggestions", "default_icon": "assets\/favicon.png" }, "icons": { "16": "assets\/favicon.png", "48": "assets\/favicon.png", "128": "assets\/favicon.png" }, "content_scripts": [ { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/content_script.js" ] } ] } |