Send to Slack
Select text and send it to Slack channel.
什么是Send to Slack?
Send to Slack是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Select text and send it to Slack channel.”。
扩展截图
下载Send to Slack扩展crx文件
下载Send to Slack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select text on the web page and send it to the Slack. You need to set up your slack api key on the options page.
扩展基本信息
名称 | Send to Slack |
ID | injfdkhoambnmbignljneolhkohkikgl |
官方URL | https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl |
简介 | Select text and send it to Slack channel. |
文件大小 | 61.24 KB |
安装次数 | 298 |
当前版本 | 0.1 |
更新时间 | 2016-03-11 |
上架时间 | 2016-03-11 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send to Slack", "description": "Select text and send it to Slack channel.", "version": "0.1", "author": "Andrei Evseev", "permissions": [ "contextMenus", "https:\/\/slack.com\/api\/*", "storage" ], "icons": { "256": "slack.png" }, "options_page": "options.html", "background": { "scripts": [ "send2slack.js" ] }, "manifest_version": 2 } |