gemoji-chrome

This extension provides easy access to emoji shortcodes

Co to jest gemoji-chrome?

gemoji-chrome to rozszerzenie Chrome opracowane przez rhardih, a jego główną funkcją jest „This extension provides easy access to emoji shortcodes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia gemoji-chrome

Pobierz pliki rozszerzeń gemoji-chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa gemoji-chrome gemoji-chrome
ID ngbmhomembgkmpjkgppjmofejjejonkb
Oficjalny URL https://chrome.google.com/webstore/detail/gemoji-chrome/ngbmhomembgkmpjkgppjmofejjejonkb
Opis This extension provides easy access to emoji shortcodes
Rozmiar pliku 1.47 MB
Liczba instalacji 2,000
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2014-02-13
Data Publikacji 2014-02-13
Ocena 3.72/5 Łącznie 115 Oceny
Deweloper rhardih
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/rhardih/gemoji-chrome
Adres URL Strony Pomocy https://github.com/rhardih/gemoji-chrome
Obsługiwane Języki 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"
            ]
        }
    ]
}