Slack Emoji Manager

Easily upload and download your emojis in Slack

什么是Slack Emoji Manager?

Slack Emoji Manager是由Jared Stevick开发的Chrome扩展程序,该扩展的主要功能是“Easily upload and download your emojis in Slack”。

扩展截图

screenshot
screenshot

下载Slack Emoji Manager扩展crx文件

下载Slack Emoji Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple, one click bulk upload and download of all of your Slack emojis!

Just click the extension button to get started. 

Look for the bulk upload and download sections once the page loads.

Uploading an emoji with the same filename as an existing emoji will fail!                    

扩展基本信息

名称 Slack Emoji Manager Slack Emoji Manager
ID alcljabecbbiacnmjojjnpcdafbjebgh
官方URL https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh
简介 Easily upload and download your emojis in Slack
文件大小 2.73 MB
安装次数 378
当前版本 0.0.4
更新时间 2017-08-28
上架时间 2017-08-28
评分 2.92/5 共12次评分
开发者 Jared Stevick
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Emoji Manager",
    "short_name": "Slack Emoji Manager",
    "description": "Easily upload and download your emojis in Slack",
    "version": "0.0.4",
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*\/emoji*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "neutral.png"
    },
    "icons": {
        "128": "neutral.png"
    },
    "web_accessible_resources": [
        "content.bundle.js",
        "content.bundle.js.map"
    ],
    "manifest_version": 2
}