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 |
公式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 |
Eメール | [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": [ " |