Bee Moji

Express more with Emojis

Bee Moji란 무엇입니까?

Bee Moji은(는) https://beemoji.fun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Express more with Emojis"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bee Moji 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BeeMoji is the first Chrome extension that suggests Emojis as you type. You can choose one Emoji from suggestions or paste them all.

Express more with Emojis!                    

확장 프로그램 기본 정보

이름 Bee Moji Bee Moji
ID oaapobiilleecjcpbemnebijmaocanpi
공식 URL https://chromewebstore.google.com/detail/bee-moji/oaapobiilleecjcpbemnebijmaocanpi
설명 Express more with Emojis
파일 크기 1.7 MB
설치 횟수 387
현재 버전 0.0.5
최근 업데이트 2018-05-30
출시 날짜 2018-05-30
평점 4.40/5 총 30 개의 평점
개발자 https://beemoji.fun
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://beemoji.fun/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bee Moji",
    "short_name": "Bee Moji",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Express more with Emojis",
    "author": "Zviad Sichinava",
    "homepage_url": "http:\/\/studiofuturist.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "src\/assets\/emoji.json",
        "src\/inject\/contentscript.js",
        "src\/inject\/popup.js"
    ],
    "browser_action": {
        "default_icon": "icons\/popup.png",
        "default_popup": "src\/inject\/popup.html"
    },
    "permissions": [
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "src\/inject\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/eblock.js",
                "src\/inject\/contentscript.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}