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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TAKUMI NODA และคุณลักษณะหลักของมันคือ "Copy a message and paste it into textarea."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy and paste a message for Slack

ดาวน์โหลดไฟล์ส่วนขยาย Copy and paste a message for Slack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        ""
    ]
}