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 } |