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
Eメール [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"
            ]
        }
    ]
}