Emoji Picker

Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/

Emoji Picker란 무엇입니까?

Emoji Picker은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Emoji Picker is a free extension that lets you copy and use emojis, wherever you want.

Emoji Picker for Chrome, let you copy one or more emojis with a single click. Just click on the one that you want and paste it wherever you want - Slack or WhatsApp message, Tweet etc.

Emojis are sorted by different categories. You can also search the one that you're looking for with convenient search bar.

All the emojis design are taken from an amazing open source project - Openmoji. Check out their website here -https://openmoji.org                    

확장 프로그램 기본 정보

이름 Emoji Picker Emoji Picker
ID afpomjpjalofnkckaomalkchbdalkhha
공식 URL https://chromewebstore.google.com/detail/emoji-picker/afpomjpjalofnkckaomalkchbdalkhha
설명 Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/
파일 크기 9.35 MB
설치 횟수 184
현재 버전 1.0.2
최근 업데이트 2020-02-09
출시 날짜 2020-02-09
평점 5.00/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Picker",
    "description": "Emoji picker library based on emojis from open source project Openmoji - https:\/\/openmoji.org\/",
    "version": "1.0.2",
    "author": "Maciek Grzybek - https:\/\/github.com\/maciekgrzybek",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Get the emoji"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'sha256-1r7eLgkUWKyUL9cmsy073y2a2ojTPzrZxyAeGLCfJFg='; object-src 'self';"
}