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是由TAKUMI NODA開發的Chrome擴展程式,該擴展的主要功能是“Copy a message and paste it into textarea.”。
擴展截圖
下載Copy and paste a message for Slack擴展crx文件
下載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 |
ID | hcgibaelfnohcieaaeemcdfileigeebf |
官方網址 | 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": [ " |