gemoji-chrome

This extension provides easy access to emoji shortcodes

gemoji-chrome란 무엇입니까?

gemoji-chrome은(는) rhardih에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides easy access to emoji shortcodes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

gemoji-chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Plugin for finding and inserting gemoji shortcodes such as :+1:, :smile: and all the others.

Gemoji is just the name emoji icons used by Github and other sites.

Features:
  - Quicksearch; Find the emoji shortcode you are looking for, with just a few letters.
  - Keyboard navigation; Press tab and use the arrow keys and enter to select a given emoji.

The gemoji emoticons are supported on Campfire, GitHub, Basecamp, Turntable.fm, Teambox, Trac and Flowdock

This plugin is open source under the MIT license.

Source available at https://github.com/rhardih/gemoji-chrome

Icon: Face-grin from http://tango.freedesktop.org/Tango_Desktop_Project                    

확장 프로그램 기본 정보

이름 gemoji-chrome gemoji-chrome
ID ngbmhomembgkmpjkgppjmofejjejonkb
공식 URL https://chrome.google.com/webstore/detail/gemoji-chrome/ngbmhomembgkmpjkgppjmofejjejonkb
설명 This extension provides easy access to emoji shortcodes
파일 크기 1.47 MB
설치 횟수 2,000
현재 버전 1.5
최근 업데이트 2014-02-13
출시 날짜 2014-02-13
평점 3.72/5 총 115 개의 평점
개발자 rhardih
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rhardih/gemoji-chrome
도움말 페이지 URL https://github.com/rhardih/gemoji-chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gemoji-chrome",
    "description": "This extension provides easy access to emoji shortcodes",
    "version": "1.5",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "assets\/smiley.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}