Copy and paste a message for Slack

Copy a message and paste it into textarea.

What is Copy and paste a message for Slack?

Copy and paste a message for Slack is a Chrome extension developed by TAKUMI NODA, and its main feature is "Copy a message and paste it into textarea.".

Extension Screenshots

screenshot

Download Copy and paste a message for Slack Extension CRX File

Download Copy and paste a message for Slack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Copy and paste a message for Slack Copy and paste a message for Slack
ID hcgibaelfnohcieaaeemcdfileigeebf
Official URL https://chromewebstore.google.com/detail/copy-and-paste-a-message/hcgibaelfnohcieaaeemcdfileigeebf
Description Copy a message and paste it into textarea.
File Size 37.34 KB
Installation Count 20
Current Version 1.1.0
Last Updated 2018-05-30
Publish Date 2018-05-30
Developer TAKUMI NODA
Email [email protected]
Payment Type free
Supported Languages 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": [
        ""
    ]
}