Share to ChatWork

Share current page to ChatWork

Share to ChatWork란 무엇입니까?

Share to ChatWork은(는) haneco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share current page to ChatWork"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Share to ChatWork 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension that allows you to share the page being displayed with chat work.

The same function as the official "share with chat work" button (http://www.chatwork.com/ja/share/) is realized on the page where the button is not installed.

If you select a character string in the page, quote the selected range.

By setting it as an option, it is also possible to open a share page directly to KDDI ChatWork.                    

확장 프로그램 기본 정보

이름 Share to ChatWork Share to ChatWork
ID nfefoppdjaidappikcjaeapgdkdjlngp
공식 URL https://chromewebstore.google.com/detail/share-to-chatwork/nfefoppdjaidappikcjaeapgdkdjlngp
설명 Share current page to ChatWork
파일 크기 240 KB
설치 횟수 1,030
현재 버전 0.0.1
최근 업데이트 2017-05-31
출시 날짜 2017-05-31
개발자 haneco
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_appButtonTitle__"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}