Mattermost Emoji Extension

Emoji for Mattermost by Nguyễn Xuân Linh

What is Mattermost Emoji Extension?

Mattermost Emoji Extension is a Chrome extension developed by mattermostemoji, and its main feature is "Emoji for Mattermost by Nguyễn Xuân Linh".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mattermost Emoji Extension Extension CRX File

Download Mattermost Emoji Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is the extended emoji packs for mattermost chat system, including many funny animate emoji and emoticons.
Have fun ^^!                    

Extension Basic Information

Name Mattermost Emoji Extension Mattermost Emoji Extension
ID cphklogomkpagcahhpdhcfidaaiedjbc
Official URL https://chromewebstore.google.com/detail/mattermost-emoji-extensio/cphklogomkpagcahhpdhcfidaaiedjbc
Description Emoji for Mattermost by Nguyễn Xuân Linh
File Size 53.98 KB
Installation Count 105
Current Version 1.0
Last Updated 2019-08-05
Publish Date 2019-07-31
Rating 5.00/5 Total 2 Ratings
Developer mattermostemoji
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mattermost Emoji Extension",
    "description": "Emoji for Mattermost by Nguy\u1ec5n Xu\u00e2n Linh",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "author": "Nguy\u1ec5n Xu\u00e2n Linh",
    "web_accessible_resources": [
        "img\/*",
        "data\/emo_url.json"
    ],
    "version": "1.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Mattermost Emoji by Nguy\u1ec5n Xu\u00e2n Linh"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "insert.js"
            ],
            "css": [
                "newEmoji.css"
            ]
        }
    ],
    "manifest_version": 2
}