ZenEmoji (by ZENTHANG)

Add emoji to Facebook status, comment and messages...

ZenEmoji (by ZENTHANG)란 무엇입니까?

ZenEmoji (by ZENTHANG)은(는) ZENTHANG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add emoji to Facebook status, comment and messages..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ZenEmoji (by ZENTHANG) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows you to see and input emoji on Facebook.                    

확장 프로그램 기본 정보

이름 ZenEmoji (by ZENTHANG) ZenEmoji (by ZENTHANG)
ID fggieinmnogjpioiaebllikgkknpebfa
공식 URL https://chromewebstore.google.com/detail/zenemoji-by-zenthang/fggieinmnogjpioiaebllikgkknpebfa
설명 Add emoji to Facebook status, comment and messages...
파일 크기 429 KB
설치 횟수 330
현재 버전 1.1
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.13/5 총 8 개의 평점
개발자 ZENTHANG
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://zenthang.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZenEmoji (by ZENTHANG)",
    "version": "1.1",
    "description": "Add emoji to Facebook status, comment and messages...",
    "background": {
        "scripts": [
            "\/lib\/jquery-1.4.2.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/lib\/lib.js",
                "\/lib\/core.js",
                "js\/run.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/data.js",
                "js\/facebook.js"
            ],
            "css": [
                "css\/facebook.css"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/images\/*"
    ]
}