gemoji-chrome

This extension provides easy access to emoji shortcodes

gemoji-chrome là gì?

gemoji-chrome là một tiện ích mở rộng Chrome được phát triển bởi rhardih, và tính năng chính của nó là "This extension provides easy access to emoji shortcodes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng gemoji-chrome

Tải xuống các tệp mở rộng gemoji-chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gemoji-chrome gemoji-chrome
ID ngbmhomembgkmpjkgppjmofejjejonkb
URL Chính Thức https://chrome.google.com/webstore/detail/gemoji-chrome/ngbmhomembgkmpjkgppjmofejjejonkb
Mô tả This extension provides easy access to emoji shortcodes
Kích Thước Tệp 1.47 MB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2014-02-13
Ngày Phát Hành 2014-02-13
Đánh Giá 3.72/5 Tổng số 115 Đánh Giá
Nhà Phát Triển rhardih
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rhardih/gemoji-chrome
URL Trang Trợ Giúp https://github.com/rhardih/gemoji-chrome
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}