Slinky

Share browsing with your Slack team

Slinky란 무엇입니까?

Slinky은(는) faiakism에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share browsing with your Slack team"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Slinky 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Slinky Slinky
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"
    }
}