gemoji-chrome

This extension provides easy access to emoji shortcodes

Apa itu gemoji-chrome?

gemoji-chrome adalah ekstensi Chrome yang dikembangkan oleh rhardih, dan fitur utamanya adalah "This extension provides easy access to emoji shortcodes".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi gemoji-chrome

Unduh file ekstensi gemoji-chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama gemoji-chrome gemoji-chrome
ID ngbmhomembgkmpjkgppjmofejjejonkb
URL Resmi https://chrome.google.com/webstore/detail/gemoji-chrome/ngbmhomembgkmpjkgppjmofejjejonkb
Deskripsi This extension provides easy access to emoji shortcodes
Ukuran File 1.47 MB
Jumlah Instalasi 2,000
Versi Saat Ini 1.5
Terakhir Diperbarui 2014-02-13
Tanggal Publikasi 2014-02-13
Penilaian 3.72/5 Total 115 Penilaian
Pengembang rhardih
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rhardih/gemoji-chrome
URL Halaman Bantuan https://github.com/rhardih/gemoji-chrome
Bahasa yang Didukung 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"
            ]
        }
    ]
}