EmojiMagic!

Replace text with emojis!

EmojiMagic!란 무엇입니까?

EmojiMagic!은(는) Yoonicode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace text with emojis!"입니다.

확장 프로그램 스크린샷

EmojiMagic! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        EmojiMagic! When you press the EmojiMagic button, the extension searches for keywords in your page. It then replaces those keywords with the corresponding emoji.

Have fun!

You can undo the EmojiMagic by simply reloading the page.

**************************************
*Versions and release notes: *
**************************************
  1.0.4;
     Removed the temporary fix that was added in the last version.
  1.0.3:
      Added more emoji+word combinations. Added whole section of "nature" and whole section of "people and faces". 
  1.0.2:
      Changed replacement code so now i doesn't put the whole page html in lowercase. This should fix many, if not all, of the bugs with this extension.
  1.0.1:
      Added more emoji-keyword combos. I am working on making this not break any pages.
   1.0:
      Added the extension! I will add more keywords/emojis later.                    

확장 프로그램 기본 정보

이름 EmojiMagic! EmojiMagic!
ID inlopoikkacnkhmgoheelehlhplknbpl
공식 URL https://chromewebstore.google.com/detail/emojimagic/inlopoikkacnkhmgoheelehlhplknbpl
설명 Replace text with emojis!
파일 크기 6.26 MB
설치 횟수 83
현재 버전 1.0.4
최근 업데이트 2016-05-16
출시 날짜 2016-05-16
평점 3.67/5 총 3 개의 평점
개발자 Yoonicode
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmojiMagic!",
    "description": "Replace text with emojis!",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "EmojiMagic!",
        "default_icon": "img\/thumb.png"
    },
    "manifest_version": 2
}