Slack Emoji Manager

Easily upload and download your emojis in Slack

Slack Emoji Manager là gì?

Slack Emoji Manager là một tiện ích mở rộng Chrome được phát triển bởi Jared Stevick, và tính năng chính của nó là "Easily upload and download your emojis in Slack".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slack Emoji Manager

Tải xuống các tệp mở rộng Slack Emoji Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack Emoji Manager Slack Emoji Manager
ID alcljabecbbiacnmjojjnpcdafbjebgh
URL Chính Thức https://chrome.google.com/webstore/detail/slack-emoji-manager/alcljabecbbiacnmjojjnpcdafbjebgh
Mô tả Easily upload and download your emojis in Slack
Kích Thước Tệp 2.73 MB
Số Lần Cài Đặt 378
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2017-08-28
Ngày Phát Hành 2017-08-28
Đánh Giá 2.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Jared Stevick
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}