JapaneseEmoticons
A humongous library of excellent text-based emojis just a click away.
JapaneseEmoticons란 무엇입니까?
JapaneseEmoticons은(는) nonlogicaldev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A humongous library of excellent text-based emojis just a click away."입니다.
확장 프로그램 스크린샷
JapaneseEmoticons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A convenient way to access a humongous library of emoticons. Perfect for all kinds of online interactions. Using it is very simple: Once you go through the categories, simply click on the emoji and it automatically gets copied to your clipboard. NO MANUAL SELECTING REQUIRED. There is something magical about Japanese emojis, they are a bit funky but unlike western ones they really excel at conveying emotions, and at the same time supported everywhere where unicode is allowed(count it as everywhere by now). Unfortunately I could not find a worthwhile solution to get those emojis quickly without having to copy them from somewhere, and I missed the way you get to pick 'ascii' emojis on the iPhone. So this is my small homage to fill the missing niche that should have been filled a long time ago, yet somehow wasn't. Have pleasure using it. Those for whom it was written will certainly appreciate it. Emojis are provided by JapaneseEmoticons.net and jamieism.com.
확장 프로그램 기본 정보
이름 | JapaneseEmoticons |
ID | fomablkkbmbjodfinocpjfakdieacgji |
공식 URL | https://chromewebstore.google.com/detail/japaneseemoticons/fomablkkbmbjodfinocpjfakdieacgji |
설명 | A humongous library of excellent text-based emojis just a click away. |
파일 크기 | 212 KB |
설치 횟수 | 2,048 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-02-05 |
출시 날짜 | 2020-02-05 |
평점 | 4.59/5 총 41 개의 평점 |
개발자 | nonlogicaldev |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/NonLogicalDev/app.ext.chrome.japanese-emoticons |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JapaneseEmoticons", "description": "A humongous library of excellent text-based emojis just a click away.", "version": "1.2", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "appicon16.png", "48": "appicon48.png", "128": "appicon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |