Emoji Keyboard Suite

Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer

Emoji Keyboard Suite란 무엇입니까?

Emoji Keyboard Suite은(는) http://emojikeyboard.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer"입니다.

확장 프로그램 스크린샷

screenshot

Emoji Keyboard Suite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Copy and past emoji easily and fast. New emoji collections such as Smileys, Activity and Sports, Symbols and etc.
Emoji Keyboard Suite for Chrome Browser. All emoji collections for chatter. Easy to use: copy and paste in messages. 

Emoji Keyboard Suite will work on any site.
Get emoticons and lighten your communication with bright emotions. 

Quick start:
1. Install the extension
2. Find your favorite emoji
3. Copy and paste into messages
4. Enjoy yourself and others                    

확장 프로그램 기본 정보

이름 Emoji Keyboard Suite Emoji Keyboard Suite
ID bgfnnlpfffokmclmlogmcmfagcimbhee
공식 URL https://chrome.google.com/webstore/detail/bgfnnlpfffokmclmlogmcmfagcimbhee
설명 Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer
파일 크기 1.46 MB
설치 횟수 280
현재 버전 1.1.0
최근 업데이트 2023-08-26
출시 날짜 2023-08-26
평점 5.00/5 총 1 개의 평점
개발자 http://emojikeyboard.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://proapps.org
도움말 페이지 URL https://proapps.org
개인정보 보호 정책 페이지 URL https://proapps.org/extension-privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "emojikeyboard.html"
    },
    "content_scripts": [
        {
            "js": [
                "insert-emoji.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Emoji Keyboard Suite",
    "short_name": "Emoji Keyboard Suite",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "version": "1.1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-3.1.0.min.js",
                "data_emoji.js",
                "images\/sprites\/emojione\/emojione-0-2x.png",
                "images\/sprites\/emojione\/emojione-1-2x.png",
                "images\/sprites\/emojione\/emojione-2-2x.png",
                "images\/sprites\/emojione\/emojione-3-2x.png",
                "images\/sprites\/emojione\/emojione-4-2x.png",
                "images\/sprites\/emojione\/emojione-5-2x.png",
                "images\/sprites\/emojione\/emojione-6-2x.png",
                "images\/sprites\/emojione\/emojione-7-2x.png",
                "images\/sprites\/emojione\/emojione-8-2x.png",
                "sweetalert2.min.css",
                "sweetalert2.min.js",
                "emojikeyboard.png",
                "ga.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}