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
Eメール [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"
    ]
}