Slack Easy Delete
Use Control+Shift+Space delete the message under the cursor.
Cos'è Slack Easy Delete?
Slack Easy Delete è un'estensione di Chrome sviluppata da Gunar C. Gessner, e la sua funzione principale è "Use Control+Shift+Space delete the message under the cursor.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slack Easy Delete
Scarica i file di estensione Slack Easy Delete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
In Slack, use Control+Shift+Space to delete the message under the cursor.
Informazioni di Base sull'Estensione
Nome | Slack Easy Delete |
ID | aofnbjmngnhhacenlhfdodidiebiicob |
URL Ufficiale | https://chromewebstore.google.com/detail/slack-easy-delete/aofnbjmngnhhacenlhfdodidiebiicob |
Descrizione | Use Control+Shift+Space delete the message under the cursor. |
Dimensione del File | 9.67 KB |
Conteggio Installazioni | 214 |
Versione Corrente | 5.0.3 |
Ultimo Aggiornamento | 2018-07-25 |
Data di Pubblicazione | 2018-07-25 |
Valutazione | 1.93/5 Totale 15 Valutazioni |
Sviluppatore | Gunar C. Gessner |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/gunar/slack-delete |
URL della Pagina di Aiuto | https://github.com/gunar/slack-delete/issues |
Lingue Supportate | 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" } } |