slack-status

Change your Slack status.

什么是slack-status?

slack-status是由braitom开发的Chrome扩展程序,该扩展的主要功能是“Change your Slack status.”。

扩展截图

screenshot
screenshot
screenshot

下载slack-status扩展crx文件

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

扩展使用说明

                        Quickly change your slack status.

You can save the status of Slack as a template and reflect it immediately.

Notice:
First you need to set Slack Token and status with extension options

Update:
2017/04/16 ; Bug fix                    

扩展基本信息

名称 slack-status slack-status
ID hfcoofmkdafpgfdcbokphafoefgecloo
官方URL https://chromewebstore.google.com/detail/slack-status/hfcoofmkdafpgfdcbokphafoefgecloo
简介 Change your Slack status.
文件大小 227 KB
安装次数 64
当前版本 1.0.2
更新时间 2017-04-16
上架时间 2017-04-16
开发者 braitom
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": ".\/image\/icon128.png",
        "default_popup": "popup.html"
    },
    "description": "Change your Slack status.",
    "icons": {
        "16": ".\/image\/icon16.png",
        "48": ".\/image\/icon48.png",
        "128": ".\/image\/icon128.png"
    },
    "manifest_version": 2,
    "name": "slack-status",
    "options_page": "options.html",
    "permissions": [],
    "version": "1.0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}