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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Send to Slack
ID injfdkhoambnmbignljneolhkohkikgl
官方網址 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
}