Slack Hide Typing
This lightweight extension prevents Slack from sending a typing status to channels and private messages.
Co to jest Slack Hide Typing?
Slack Hide Typing to rozszerzenie Chrome opracowane przez Andrew Conner, a jego główną funkcją jest „This lightweight extension prevents Slack from sending a typing status to channels and private messages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Slack Hide Typing
Pobierz pliki rozszerzeń Slack Hide Typing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Slack Hide Typing prevents the Slack website from sending typing indications to other users. You will be able to still see when other people are typing, unless they're also using this extension. The source is available at: https://github.com/andrewconner/slack-hide-typing
Podstawowe informacje o rozszerzeniu
Nazwa | Slack Hide Typing |
ID | oeedcdnohdcpcadbjakljhnmdlhcgnch |
Oficjalny URL | https://chromewebstore.google.com/detail/slack-hide-typing/oeedcdnohdcpcadbjakljhnmdlhcgnch |
Opis | This lightweight extension prevents Slack from sending a typing status to channels and private messages. |
Rozmiar pliku | 41.73 KB |
Liczba instalacji | 516 |
Aktualna Wersja | 2.1.0 |
Ostatnia Aktualizacja | 2023-06-02 |
Data Publikacji | 2019-07-23 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Andrew Conner |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.andrewconner.org/slack-hide-typing |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Hide Typing", "version": "2.1.0", "manifest_version": 2, "description": "This lightweight extension prevents Slack from sending a typing status to channels and private messages.", "homepage_url": "http:\/\/www.andrewconner.org\/slack-hide-typing", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "permissions": [ "https:\/\/*.slack.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.slack.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |