MG Text Emojis
Copy paste emojis as unicode symbols fuss-free for PC.
MG Text Emojis란 무엇입니까?
MG Text Emojis은(는) Max Grass에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy paste emojis as unicode symbols fuss-free for PC."입니다.
확장 프로그램 스크린샷
MG Text Emojis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SELECT AND PASTE. Easy as that. Emoji(s) is copied into the clipboard when you select one! One Emoji at a time, for now. NEW! new Emojis (Unicode 9) added. ENJOY! This was tested under Windows 10. IMPORTANT (old chrome versions): 1. COLORED EMOJI supported from version 53! 2. Skin-Colored Emojis consist of TWO Symbols (the second is a rectangle), just copy BOTH and paste where needed. Read the titles of sections for actual color. 3. For "extra" unicode7 emojis install a font if you see rectangles: http://users.teilar.gr/~g1951d/Symbola.zip Support [email protected] Have fun 👊
확장 프로그램 기본 정보
이름 | |
ID | ekhkiabhnencdhkccablmhknpikgceoe |
공식 URL | https://chrome.google.com/webstore/detail/mg-text-emojis/ekhkiabhnencdhkccablmhknpikgceoe |
설명 | Copy paste emojis as unicode symbols fuss-free for PC. |
파일 크기 | 136 KB |
설치 횟수 | 543 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2017-03-10 |
출시 날짜 | 2017-03-10 |
평점 | 4.25/5 총 12 개의 평점 |
개발자 | Max Grass |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MG Text Emojis", "short_name": "MGEmojis", "version": "2.0.0", "author": "Max Grass (http:\/\/maxgrass.eu)", "description": "Copy paste emojis as unicode symbols fuss-free for PC.", "permissions": [ "storage", "tabs" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |