Copy and paste a message for Slack

Copy a message and paste it into textarea.

Copy and paste a message for Slack란 무엇입니까?

Copy and paste a message for Slack은(는) TAKUMI NODA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy a message and paste it into textarea."입니다.

확장 프로그램 스크린샷

screenshot

Copy and paste a message for Slack 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        https://ja.icons8.com/icon/19978/slack                    

확장 프로그램 기본 정보

이름 Copy and paste a message for Slack Copy and paste a message for Slack
ID hcgibaelfnohcieaaeemcdfileigeebf
공식 URL https://chromewebstore.google.com/detail/copy-and-paste-a-message/hcgibaelfnohcieaaeemcdfileigeebf
설명 Copy a message and paste it into textarea.
파일 크기 37.34 KB
설치 횟수 20
현재 버전 1.1.0
최근 업데이트 2018-05-30
출시 날짜 2018-05-30
개발자 TAKUMI NODA
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy and paste a message for Slack",
    "short_name": "copipesl",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Copy a message and paste it into textarea.",
    "icons": {
        "16": "icons\/icons8-Slack-64.png",
        "48": "icons\/icons8-Slack-64.png",
        "128": "icons\/icons8-Slack-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content-script.js"
            ],
            "css": [
                "content-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        ""
    ]
}