Emojiboard: Emoji Keyboard
Quick emoji selection.
Emojiboard: Emoji Keyboard란 무엇입니까?
Emojiboard: Emoji Keyboard은(는) Lucas Bastos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick emoji selection."입니다.
확장 프로그램 스크린샷
Emojiboard: Emoji Keyboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lightweight, simple, fast, and most importantly open-source emoji keyboard. Select an emoji and it automatically copies to your clipboard! This extension requires only local storage to save your selected skin tone and clipboard writing to copy emojis. Version 1.1.1: + Removes currently unsupported emoji Version 1.1.0: + Adds support for Unicode Emoji 12.1 + Complete rewrite for easier updates (about 82.5% fewer lines as well!) + Fixed emoji overflow + Reorganized emoji into standard categories Open-source code: https://lucasbastos.com/emojiboard/
확장 프로그램 기본 정보
이름 | Emojiboard: Emoji Keyboard |
ID | cideffjalolgmnlclfnonbiakkefccji |
공식 URL | https://chromewebstore.google.com/detail/emojiboard-emoji-keyboard/cideffjalolgmnlclfnonbiakkefccji |
설명 | Quick emoji selection. |
파일 크기 | 30.67 KB |
설치 횟수 | 1,671 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2020-05-25 |
출시 날짜 | 2020-05-24 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | Lucas Bastos |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emojiboard: Emoji Keyboard", "version": "1.1.1", "description": "Quick emoji selection.", "permissions": [ "clipboardWrite", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Emojiboard", "default_icon": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" } }, "icons": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" }, "manifest_version": 2 } |