gemoji-chrome

This extension provides easy access to emoji shortcodes

Qu'est-ce que gemoji-chrome ?

gemoji-chrome est une extension Chrome développée par rhardih, et sa fonction principale est "This extension provides easy access to emoji shortcodes".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension gemoji-chrome

Téléchargez les fichiers d'extension gemoji-chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom gemoji-chrome gemoji-chrome
ID ngbmhomembgkmpjkgppjmofejjejonkb
URL Officiel https://chrome.google.com/webstore/detail/gemoji-chrome/ngbmhomembgkmpjkgppjmofejjejonkb
Description This extension provides easy access to emoji shortcodes
Taille du Fichier 1.47 MB
Nombre d'Installations 2,000
Version Actuelle 1.5
Dernière Mise à Jour 2014-02-13
Date de Publication 2014-02-13
Évaluation 3.72/5 Total 115 Évaluations
Développeur rhardih
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rhardih/gemoji-chrome
URL de la Page d'Aide https://github.com/rhardih/gemoji-chrome
Langues Prises en Charge 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"
            ]
        }
    ]
}