Easy Emoji
Easy to find the emoji you want to copy just with a keyword.
Easy Emoji란 무엇입니까?
Easy Emoji은(는) tzengshinfu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to find the emoji you want to copy just with a keyword."입니다.
확장 프로그램 스크린샷
Easy Emoji 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using emoji is more easily! [Easy Emoji] is able to help you to find emoji and copy it. v1.1.0 Release Notes: -Click emoji to copy it to clipboard. v1.2.0 Release Notes: -Add emoji window draggable function. -Add search text clear button. v1.3.0 Release Notes: -Update to Emoji v5.0. v1.3.1 Bug Fixes: -Fix the [create emojiTable error] bug.
확장 프로그램 기본 정보
이름 | Easy Emoji |
ID | olffnpidkbbgglajgmbjjllkbnmkehkc |
공식 URL | https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc |
설명 | Easy to find the emoji you want to copy just with a keyword. |
파일 크기 | 42.02 KB |
설치 횟수 | 445 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2017-04-12 |
출시 날짜 | 2017-04-12 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | tzengshinfu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3.1", "default_locale": "en", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "activeTab" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "css": [ "mystyles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "close.png", "clear.png" ] } |