Kaomoji Me Up

Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!

Kaomoji Me Up란 무엇입니까?

Kaomoji Me Up은(는) catherinecodes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!"입니다.

확장 프로그램 스크린샷

screenshot

Kaomoji Me Up 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easily find kaomojis that express your feelings and copy them to your clipboard by clicking on any kaomoji! There is no need to search sites for kaomojis anymore.

FEATURES:
- Minimal and clean UI
- Kaomojis organized into categories
- Keeps track of your recently used kaomojis

CREDITS:
Icon made by Freepik from www.flaticon.com                    

확장 프로그램 기본 정보

이름 Kaomoji Me Up Kaomoji Me Up
ID mlodcjhgnkhibanidjdgcjekbmifgjle
공식 URL https://chromewebstore.google.com/detail/kaomoji-me-up/mlodcjhgnkhibanidjdgcjekbmifgjle
설명 Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!
파일 크기 215 KB
설치 횟수 2,639
현재 버전 1.0.0
최근 업데이트 2019-02-04
출시 날짜 2019-02-03
평점 4.45/5 총 11 개의 평점
개발자 catherinecodes
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kaomoji Me Up",
    "version": "1.0.0",
    "description": "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/bear16.png",
        "32": "icons\/bear32.png",
        "48": "icons\/bear48.png",
        "128": "icons\/bear128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "popup.js",
            "materialize\/js\/materialize.js",
            "jquery-3.3.1.min.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/bear16.png",
        "default_popup": "popup.html",
        "default_title": "A popup will come here."
    }
}