gemoji-chrome

This extension provides easy access to emoji shortcodes

gemoji-chrome क्या है?

gemoji-chrome rhardih द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides easy access to emoji shortcodes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में gemoji-chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}