Neutral Face Emoji Tools

Tools that make life as a Slack emoji addict a little easier.

什么是Neutral Face Emoji Tools?

Neutral Face Emoji Tools是由Timothy Kempf开发的Chrome扩展程序,该扩展的主要功能是“Tools that make life as a Slack emoji addict a little easier.”。

扩展截图

screenshot

下载Neutral Face Emoji Tools扩展crx文件

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

扩展使用说明

                        Ever wanted to upload 100 emoji to slack in one fell swoop? Now you can.

1. Install this extension
2. Go to your Slack's /customize/emoji page
3. Drag and drop your emoji image files into the new "Bulk Emoji Uploader". Make sure that the image files are named what you want the emoji name to be ("ditto.gif" will become ":ditto:").
4. You've now got a whole lotta emoji!                    

扩展基本信息

名称 Neutral Face Emoji Tools Neutral Face Emoji Tools
ID anchoacphlfbdomdlomnbbfhcmcdmjej
官方URL https://chromewebstore.google.com/detail/neutral-face-emoji-tools/anchoacphlfbdomdlomnbbfhcmcdmjej
简介 Tools that make life as a Slack emoji addict a little easier.
文件大小 134 KB
安装次数 24,957
当前版本 3.3.0
更新时间 2022-08-08
上架时间 2019-03-12
评分 4.54/5 共80次评分
开发者 Timothy Kempf
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Fauntleroy/neutral-face-emoji-tools
帮助页面URL https://github.com/Fauntleroy/neutral-face-emoji-tools
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neutral Face Emoji Tools",
    "short_name": "Emoji Tools",
    "description": "Tools that make life as a Slack emoji addict a little easier.",
    "version": "3.3.0",
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.slack.com\/*\/emoji*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "content.js",
        "images\/icon_128.png"
    ]
}