gemoji-chrome

This extension provides easy access to emoji shortcodes

Cos'è gemoji-chrome?

gemoji-chrome è un'estensione di Chrome sviluppata da rhardih, e la sua funzione principale è "This extension provides easy access to emoji shortcodes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione gemoji-chrome

Scarica i file di estensione gemoji-chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome gemoji-chrome gemoji-chrome
ID ngbmhomembgkmpjkgppjmofejjejonkb
URL Ufficiale https://chrome.google.com/webstore/detail/gemoji-chrome/ngbmhomembgkmpjkgppjmofejjejonkb
Descrizione This extension provides easy access to emoji shortcodes
Dimensione del File 1.47 MB
Conteggio Installazioni 2,000
Versione Corrente 1.5
Ultimo Aggiornamento 2014-02-13
Data di Pubblicazione 2014-02-13
Valutazione 3.72/5 Totale 115 Valutazioni
Sviluppatore rhardih
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rhardih/gemoji-chrome
URL della Pagina di Aiuto https://github.com/rhardih/gemoji-chrome
Lingue Supportate 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"
            ]
        }
    ]
}