Slack Easy Delete
Use Control+Shift+Space delete the message under the cursor.
什么是Slack Easy Delete?
Slack Easy Delete是由Gunar C. Gessner开发的Chrome扩展程序,该扩展的主要功能是“Use Control+Shift+Space delete the message under the cursor.”。
扩展截图
下载Slack Easy Delete扩展crx文件
下载Slack Easy Delete扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
In Slack, use Control+Shift+Space to delete the message under the cursor.
扩展基本信息
名称 | Slack Easy Delete |
ID | aofnbjmngnhhacenlhfdodidiebiicob |
官方URL | https://chromewebstore.google.com/detail/slack-easy-delete/aofnbjmngnhhacenlhfdodidiebiicob |
简介 | Use Control+Shift+Space delete the message under the cursor. |
文件大小 | 9.67 KB |
安装次数 | 214 |
当前版本 | 5.0.3 |
更新时间 | 2018-07-25 |
上架时间 | 2018-07-25 |
评分 | 1.93/5 共15次评分 |
开发者 | Gunar C. Gessner |
付费类型 | free |
扩展官网 | https://github.com/gunar/slack-delete |
帮助页面URL | https://github.com/gunar/slack-delete/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "inject.js" ], "matches": [ "https:\/\/*.slack.com\/messages\/*", "http:\/\/*.slack.com\/messages\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "index.js", "promise-queue.js" ], "converted_from_user_script": true, "description": "Use Control+Shift+Space delete the message under the cursor.", "name": "Slack Easy Delete", "version": "5.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |