:emoji:

the emoji autocomplete anywhere on the internet

:emoji:란 무엇입니까?

:emoji:은(는) https://emojidots.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "the emoji autocomplete anywhere on the internet"입니다.

확장 프로그램 스크린샷

:emoji: 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The emoji autocomplete anywhere on the internet.
Just type :smile: or :shrug: and the text will magically convert into an emoji or take advantage of the suggestions box.                    

확장 프로그램 기본 정보

이름 :emoji: :emoji:
ID glilodakjkecbpccacpcmienbpeebpfa
공식 URL https://chromewebstore.google.com/detail/emoji/glilodakjkecbpccacpcmienbpeebpfa
설명 the emoji autocomplete anywhere on the internet
파일 크기 157 KB
설치 횟수 74
현재 버전 0.1.4
최근 업데이트 2019-07-27
출시 날짜 2019-07-26
평점 2.00/5 총 5 개의 평점
개발자 https://emojidots.xyz
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ":emoji:",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "the emoji autocomplete anywhere on the internet",
    "homepage_url": "http:\/\/emojidots.xyz",
    "background": {
        "scripts": [
            "main\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "libs\/jquery.min.js",
                "libs\/jsel.js",
                "libs\/bililiteRange.js",
                "libs\/jquery.sendkeys.js",
                "main\/emoji.js",
                "main\/pageCom.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48px.png",
        "default_title": ":emoji:",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "permissions": [
        "https:\/\/gist.githubusercontent.com\/gonelf\/d8ae3ccb7902b501c4a5dd625d4089da\/raw\/5eeda197ba92f8c8139e846a1225d5640077e06f\/emoji_pretty.json",
        "tabs",
        "storage"
    ]
}