Emoji Keyboard - Emojis For Chrome

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

Emoji Keyboard - Emojis For Chrome란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

Emoji Keyboard - Emojis For Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Emoji Keyboard - Emojis For Chrome extension lets you input emojis right in a web browser. It also comes with a search functionality that helps easily get emoji. 
Click to the extension icon to invoke an emoji keyboard. Please hover on emojis to see their meanings. And you can copy it to the clipboard & or insert it to an input element.                    

확장 프로그램 기본 정보

이름 Emoji Keyboard - Emojis For Chrome Emoji Keyboard - Emojis For Chrome
ID fbcgkphadgmbalmlklhbdagcicajenei
공식 URL https://chromewebstore.google.com/detail/emoji-keyboard-emojis-for/fbcgkphadgmbalmlklhbdagcicajenei
설명 Emoji Keyboard is a free extension that lets you input emojis on the web browser of your computer
파일 크기 1.47 MB
설치 횟수 329,405
현재 버전 4.5.4
최근 업데이트 2023-08-29
출시 날짜 2019-10-22
평점 4.62/5 총 6183 개의 평점
개발자 tasneem.cohen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://coolsymbol.com/cool-fancy-text-generator.html
도움말 페이지 URL https://coolsymbol.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "emojikeyboard.html"
    },
    "background": {
        "page": "emojikeyboard.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E",
                "mac": "Alt+Shift+E",
                "windows": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "insert-emoji.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Emoji Keyboard 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": 2,
    "name": "Emoji Keyboard - Emojis For Chrome",
    "short_name": "Emoji Keyboard",
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "4.5.4",
    "web_accessible_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"
    ]
}