Emoji Finder

Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail

Emoji Finder란 무엇입니까?

Emoji Finder은(는) InBasic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Emoji Finder adds a toolbar panel to your Chrome browser to find all the supported Emojis in the easy way. You can either use the search-box or use pre-defined categories to find Emojis.

Emojis are being pasted in an editor field that allows you to insert text too. You can them copy the entire content to your OS clipboard.

For more info please visit:
http://add0n.com/emoji-finder.html                    

확장 프로그램 기본 정보

이름 Emoji Finder Emoji Finder
ID mlgeehafnfbhbofgdijakhhifcgbbmgd
공식 URL https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd
설명 Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
파일 크기 226 KB
설치 횟수 716
현재 버전 0.1.0
최근 업데이트 2017-01-18
출시 날짜 2017-01-18
평점 5.00/5 총 4 개의 평점
개발자 InBasic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://add0n.com/emoji-finder.html
도움말 페이지 URL http://add0n.com/emoji-finder.html
개인정보 보호 정책 페이지 URL https://add0n.com/policies/inb.cor.txt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Finder",
    "version": "0.1.0",
    "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_popup": "Default.html"
    },
    "icons": {
        "16": "Content\/Images\/16.png",
        "24": "Content\/Images\/24.png",
        "32": "Content\/Images\/32.png",
        "64": "Content\/Images\/64.png",
        "128": "Content\/Images\/128.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "Options.html"
    },
    "background": {
        "scripts": [
            "Script\/Background.js"
        ]
    },
    "homepage_url": "http:\/\/add0n.com\/emoji-finder.html"
}