Text emoticons

Set of text emoticons for important negotiations.

Text emoticons란 무엇입니까?

Text emoticons은(는) https://oleg.ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set of text emoticons for important negotiations."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Text emoticons 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        There are two ways to use it:

* Click on extension's icon. In this case, the selected emoticon is copied into the buffer immediately.

* Press Alt+Shift+O in the input area. Selected smile will immediately appear in the area after the entered text.                    

확장 프로그램 기본 정보

이름 Text emoticons Text emoticons
ID edbdmlapnodebdekiekhmeokboihmong
공식 URL https://chromewebstore.google.com/detail/text-emoticons/edbdmlapnodebdekiekhmeokboihmong
설명 Set of text emoticons for important negotiations.
파일 크기 45.71 KB
설치 횟수 1,275
현재 버전 3
최근 업데이트 2016-02-29
출시 날짜 2016-02-28
평점 4.48/5 총 21 개의 평점
개발자 https://oleg.ninja
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://oleg.ninja/text-emoticons/
개인정보 보호 정책 페이지 URL https://developer.chrome.com/webstore/program_policies
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "3",
    "description": "__MSG_extDescription__",
    "minimum_chrome_version": "28",
    "icons": {
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "clipboardWrite",
        "notifications",
        "*:\/\/*\/*"
    ],
    "commands": {
        "show-layer": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "__MSG_commandDescription__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/vendor\/jquery-2.1.3.min.js",
                "js\/smiles.js",
                "js\/box.js"
            ],
            "css": [
                "css\/text-enjoy.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "images\/icon32.png",
        "default_popup": "views\/popup.html"
    },
    "homepage_url": "http:\/\/oleg.ninja\/text-emoticons\/"
}