Copy and paste a message for Slack

Copy a message and paste it into textarea.

Copy and paste a message for Slack là gì?

Copy and paste a message for Slack là một tiện ích mở rộng Chrome được phát triển bởi TAKUMI NODA, và tính năng chính của nó là "Copy a message and paste it into textarea.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy and paste a message for Slack

Tải xuống các tệp mở rộng Copy and paste a message for Slack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy and paste a message for Slack Copy and paste a message for Slack
ID hcgibaelfnohcieaaeemcdfileigeebf
URL Chính Thức https://chromewebstore.google.com/detail/copy-and-paste-a-message/hcgibaelfnohcieaaeemcdfileigeebf
Mô tả Copy a message and paste it into textarea.
Kích Thước Tệp 37.34 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-05-30
Ngày Phát Hành 2018-05-30
Nhà Phát Triển TAKUMI NODA
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}