gemoji-chrome

This extension provides easy access to emoji shortcodes

什么是gemoji-chrome?

gemoji-chrome是由rhardih开发的Chrome扩展程序,该扩展的主要功能是“This extension provides easy access to emoji shortcodes”。

扩展截图

screenshot
screenshot

下载gemoji-chrome扩展crx文件

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