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