gemoji-chrome

This extension provides easy access to emoji shortcodes

Что такое gemoji-chrome?

gemoji-chrome - это расширение Chrome, разработанное rhardih, и его основная функция - "This extension provides easy access to emoji shortcodes".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения gemoji-chrome

Скачайте файлы расширений gemoji-chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}