Emoji Parser

Input emojis using the universal shortcodes anywhere in your browser

Emoji Parser란 무엇입니까?

Emoji Parser은(는) guisers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Input emojis using the universal shortcodes anywhere in your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Selecting from an emoji menu can be tiresome with all the clicking. Now you can use the standard emoji shortcodes like :joy: 😂, :poop: 💩, :eggplant: 🍆, and etc. You can find an exhaustive list of emoji shortcodes here http://www.emoji-cheat-sheet.com/. Some of them are hard to remember, so a helpful toolbox with suggestions will also appear on the bottom right corner of your screen when you begin typing shortcodes. Simple, clutter-free, and easy to use!

Totally free, and totally ad-free. Doesn't track your conversations.

*Supports Facebook chat, Whatsapp Web, Gmail, and common input boxes
** Let me know if you find an application that doesn't work that you would like to see support added for!

Thanks!                    

확장 프로그램 기본 정보

이름 Emoji Parser Emoji Parser
ID lgjihgjddllimafionnfpgeppblknljk
공식 URL https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk
설명 Input emojis using the universal shortcodes anywhere in your browser
파일 크기 24.95 KB
설치 횟수 126
현재 버전 0.1.0
최근 업데이트 2016-10-09
출시 날짜 2016-10-09
평점 5.00/5 총 1 개의 평점
개발자 guisers
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Parser",
    "description": "Input emojis using the universal shortcodes anywhere in your browser",
    "version": "0.1.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}