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
官方網址 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"
    ]
}