Copy and paste a message for Slack
Copy a message and paste it into textarea.
Apa itu Copy and paste a message for Slack?
Copy and paste a message for Slack adalah ekstensi Chrome yang dikembangkan oleh TAKUMI NODA, dan fitur utamanya adalah "Copy a message and paste it into textarea.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy and paste a message for Slack
Unduh file ekstensi Copy and paste a message for Slack dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
https://ja.icons8.com/icon/19978/slack Informasi Dasar Ekstensi
| Nama | |
| ID | hcgibaelfnohcieaaeemcdfileigeebf |
| URL Resmi | https://chromewebstore.google.com/detail/copy-and-paste-a-message/hcgibaelfnohcieaaeemcdfileigeebf |
| Deskripsi | Copy a message and paste it into textarea. |
| Ukuran File | 37.34 KB |
| Jumlah Instalasi | 20 |
| Versi Saat Ini | 1.1.0 |
| Terakhir Diperbarui | 2018-05-30 |
| Tanggal Publikasi | 2018-05-30 |
| Pengembang | TAKUMI NODA |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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": [
" | |