Emoticon Selector

Copy & paste faces.

Emoticon Selector란 무엇입니까?

Emoticon Selector은(는) japacible에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy & paste faces."입니다.

확장 프로그램 스크린샷

screenshot

Emoticon Selector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Emoticon Selector makes it easy to find and copy emoticons.

---
Extension Icon made by Freepik[1] from Flaticon[2] is licensed under CC BY 3.0[3].

[1] http://www.freepik.com
[2] http://www.flaticon.com/
[3] http://creativecommons.org/licenses/by/3.0/                    

확장 프로그램 기본 정보

이름 Emoticon Selector Emoticon Selector
ID jekhokceghfgglclkjmohaikpgkbdbhj
공식 URL https://chromewebstore.google.com/detail/emoticon-selector/jekhokceghfgglclkjmohaikpgkbdbhj
설명 Copy & paste faces.
파일 크기 10.8 KB
설치 횟수 207
현재 버전 1.3
최근 업데이트 2015-12-30
출시 날짜 2015-12-30
평점 5.00/5 총 12 개의 평점
개발자 japacible
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon Selector",
    "version": "1.3",
    "description": "Copy & paste faces.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "picker.html",
        "default_title": "Emoticon Selector"
    },
    "author": "Jennifer Apacible",
    "permissions": [
        "clipboardWrite"
    ]
}