emoji Remote URL

url is more than words, get the remote URL of emoji.

emoji Remote URL란 무엇입니까?

emoji Remote URL은(는) hustcc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "url is more than words, get the remote URL of emoji."입니다.

확장 프로그램 스크린샷

screenshot

emoji Remote URL 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        emoji表情的URL地址。

对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。                    

확장 프로그램 기본 정보

이름 emoji Remote URL emoji Remote URL
ID eonokmediijlcicdmpdcnofgeehjjleg
공식 URL https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg
설명 url is more than words, get the remote URL of emoji.
파일 크기 822 KB
설치 횟수 20
현재 버전 1.0.1
최근 업데이트 2016-05-17
출시 날짜 2016-05-17
평점 5.00/5 총 1 개의 평점
개발자 hustcc
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://atool.vip
지원되는 언어 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extDesp__",
    "version": "1.0.1",
    "icons": {
        "256": "res\/icon_256.png",
        "128": "res\/icon_128.png",
        "64": "res\/icon_64.png",
        "32": "res\/icon_64.png",
        "16": "res\/icon_64.png"
    },
    "browser_action": {
        "default_icon": "res\/icon_256.png",
        "default_popup": "res\/popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ]
}