Kaomojie
Easy and fast access to hundreds of kaomojis
Kaomojie란 무엇입니까?
Kaomojie은(는) Duncan (duncannah)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy and fast access to hundreds of kaomojis"입니다.
확장 프로그램 스크린샷
Kaomojie 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easy and fast access to hundreds of hand-picked kaomojis, all categorised and readily available at your fingertips! Kaomoji (顔文字, “face mark”) are what are called Japanese emoticons, which are more detailed and more expressive than western emoticons. They’re quite popular in Japan, and they’re getting more and more popular overseas. They are composed of a lot of different characters mostly unused in regular speech to create more detailed expressions, which is what makes them more expressive than western emoticons. (ノ◕ヮ◕)ノ*:・゚✧
확장 프로그램 기본 정보
이름 | Kaomojie |
ID | lmejjdlbclkidnpmcoknihonapppadid |
공식 URL | https://chromewebstore.google.com/detail/kaomojie/lmejjdlbclkidnpmcoknihonapppadid |
설명 | Easy and fast access to hundreds of kaomojis |
파일 크기 | 30.94 KB |
설치 횟수 | 942 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2022-03-23 |
출시 날짜 | 2020-05-18 |
평점 | 4.80/5 총 10 개의 평점 |
개발자 | Duncan (duncannah) |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/duncannah/kaomojie |
도움말 페이지 URL | https://github.com/duncannah/kaomojie/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kaomojie", "version": "2.0.2", "description": "Easy and fast access to hundreds of kaomojis", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "default_title": "Kaomojie", "default_popup": "popup.htm" }, "permissions": [ "storage" ] } |