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
官方網址 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"
            ]
        }
    ]
}