Slinky
Share browsing with your Slack team
Slinkyとは何ですか?
Slinkyはfaiakismによって開発されたChromeの拡張機能で、その主な機能は「Share browsing with your Slack team」です。
拡張機能のスクリーンショット
Slinky拡張機能のCRXファイルをダウンロード
Slinky拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Slinky you can easily share with your Slack team links, images, text as you browse.
Main Features:
- Share your current tab with your team's channel
- Share your current tab with a user or any channel or group your have access to
- Add optional message while sharing your current tab
- Menu that helps you share links, text, images from your current tab with your team
Slinky is a project that was created mainly for personal use & for friends, colleagues. It utilizes the API of the famous Slack application but is not created by, affiliated with, or supported by Slack Technologies, Inc.
Logo created by kostaspap. 拡張機能の基本情報
| 名前 | |
| ID | cngoheiekmkbfbiagoheckdoedncmpjm |
| 公式URL | https://chromewebstore.google.com/detail/slinky/cngoheiekmkbfbiagoheckdoedncmpjm |
| 説明 | Share browsing with your Slack team |
| ファイルサイズ | 455 KB |
| インストール数 | 191 |
| 現在のバージョン | 0.2.2 |
| 最終更新日 | 2015-09-13 |
| 公開日 | 2015-09-13 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | faiakism |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://mkousta.github.io/slinky/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Slinky",
"version": "0.2.2",
"manifest_version": 2,
"description": "Share browsing with your Slack team",
"homepage_url": "http:\/\/mkousta.github.io\/slinky\/",
"options_page": "options.html",
"browser_action": {
"default_icon": "icons\/slnk48.png",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/slack.com\/*",
"activeTab",
"storage",
"contextMenus"
],
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+S",
"mac": "Command+Shift+S",
"chromeos": "Ctrl+Shift+S",
"linux": "Ctrl+Shift+S"
}
}
},
"icons": {
"16": "icons\/slnk16.png",
"32": "icons\/slnk32.png",
"48": "icons\/slnk48.png",
"128": "icons\/slnk128.png"
}
} | |