Slack Easy Delete
Use Control+Shift+Space delete the message under the cursor.
Wat is Slack Easy Delete?
Slack Easy Delete is een Chrome-extensie ontwikkeld door Gunar C. Gessner, en de belangrijkste functie is "Use Control+Shift+Space delete the message under the cursor.".
Extensie Screenshots
Download het CRX-bestand van de extensie Slack Easy Delete
Download Slack Easy Delete-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
In Slack, use Control+Shift+Space to delete the message under the cursor.
Basisinformatie over de Extensie
Naam | Slack Easy Delete |
ID | aofnbjmngnhhacenlhfdodidiebiicob |
Officiële URL | https://chromewebstore.google.com/detail/slack-easy-delete/aofnbjmngnhhacenlhfdodidiebiicob |
Beschrijving | Use Control+Shift+Space delete the message under the cursor. |
Bestandsgrootte | 9.67 KB |
Aantal Installaties | 214 |
Huidige Versie | 5.0.3 |
Laatst Bijgewerkt | 2018-07-25 |
Publicatiedatum | 2018-07-25 |
Beoordeling | 1.93/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Gunar C. Gessner |
Betalingswijze | free |
Extensiewebsite | https://github.com/gunar/slack-delete |
Help Pagina-URL | https://github.com/gunar/slack-delete/issues |
Ondersteunde Talen | 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" } } |