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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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