Slack Easy Delete
Use Control+Shift+Space delete the message under the cursor.
Vad är Slack Easy Delete?
Slack Easy Delete är en Chrome-tillägg utvecklad av Gunar C. Gessner, och dess huvudfunktion är "Use Control+Shift+Space delete the message under the cursor.".
Tilläggsskärmbilder
Ladda ner Slack Easy Delete-förlängningens CRX-fil
Ladda ner Slack Easy Delete-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
In Slack, use Control+Shift+Space to delete the message under the cursor.
Grundläggande Information om Tillägg
Namn | Slack Easy Delete |
ID | aofnbjmngnhhacenlhfdodidiebiicob |
Officiell webbadress | https://chromewebstore.google.com/detail/slack-easy-delete/aofnbjmngnhhacenlhfdodidiebiicob |
Beskrivning | Use Control+Shift+Space delete the message under the cursor. |
Filstorlek | 9.67 KB |
Antal Installationer | 214 |
Aktuell Version | 5.0.3 |
Senast Uppdaterad | 2018-07-25 |
Publiceringsdatum | 2018-07-25 |
Betyg | 1.93/5 Totalt 15 Betyg |
Utvecklare | Gunar C. Gessner |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/gunar/slack-delete |
Hjälpsida URL | https://github.com/gunar/slack-delete/issues |
Stödda Språk | 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" } } |