Smart Emoji Keyboard

Search and insert emojis in texts by typing ':'

Smart Emoji Keyboard란 무엇입니까?

Smart Emoji Keyboard은(는) https://essentialkit.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and insert emojis in texts by typing ':'"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Drop an emoji 😀 in any input on any webpage!

No need to memorize emoji names, the smart search features makes it easy to find the perfect emoji that captures the context.

Writing email? An article? School essay? An emoji icon can now accompany you.                    

확장 프로그램 기본 정보

이름 Smart Emoji Keyboard Smart Emoji Keyboard
ID nekacekgelnakbmhepjioandkacfablo
공식 URL https://chromewebstore.google.com/detail/smart-emoji-keyboard/nekacekgelnakbmhepjioandkacfablo
설명 Search and insert emojis in texts by typing ':'
파일 크기 2.63 MB
설치 횟수 4,091
현재 버전 23.12.7
최근 업데이트 2023-12-28
출시 날짜 2023-04-19
평점 5.00/5 총 60 개의 평점
개발자 https://essentialkit.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://essentialkit.org
개인정보 보호 정책 페이지 URL https://essentialkit.org/privacy
지원되는 언어 id,ms,de,en,fr,sw,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName_",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/nekacekgelnakbmhepjioandkacfablo",
    "version": "23.12.7",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "Justice Ogbonna",
    "permissions": [
        "contextMenus",
        "storage",
        "cookies",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo-16x16.png",
            "24": "assets\/logo-24x24.png",
            "32": "assets\/logo-32x32.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script\/content-script.js"
            ],
            "css": [
                "content-script\/content-script.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/logo-16x16.png",
        "32": "assets\/logo-32x32.png",
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "options_page": "options-page\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo-24x24.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content-script\/winbox-extended.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "utils\/winbox\/winbox.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "standalone\/emoji.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background-script\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+Q",
            "description": "Invoke Emoji Keyboard",
            "global": true
        }
    }
}