Copy and paste a message for Slack
Copy a message and paste it into textarea.
Was ist Copy and paste a message for Slack?
Copy and paste a message for Slack ist eine Chrome-Erweiterung, die von TAKUMI NODA entwickelt wurde, und ihr Hauptmerkmal ist "Copy a message and paste it into textarea.".
Erweiterungsscreenshots
Copy and paste a message for Slack-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy and paste a message for Slack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
https://ja.icons8.com/icon/19978/slack
Grundlegende Informationen zur Erweiterung
Name | Copy and paste a message for Slack |
ID | hcgibaelfnohcieaaeemcdfileigeebf |
Offizielle URL | https://chromewebstore.google.com/detail/copy-and-paste-a-message/hcgibaelfnohcieaaeemcdfileigeebf |
Beschreibung | Copy a message and paste it into textarea. |
Dateigröße | 37.34 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2018-05-30 |
Veröffentlichungsdatum | 2018-05-30 |
Entwickler | TAKUMI NODA |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |