Slack Hide Typing
This lightweight extension prevents Slack from sending a typing status to channels and private messages.
Slack Hide Typing란 무엇입니까?
Slack Hide Typing은(는) Andrew Conner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This lightweight extension prevents Slack from sending a typing status to channels and private messages."입니다.
확장 프로그램 스크린샷
Slack Hide Typing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Slack Hide Typing |
ID | oeedcdnohdcpcadbjakljhnmdlhcgnch |
공식 URL | https://chromewebstore.google.com/detail/slack-hide-typing/oeedcdnohdcpcadbjakljhnmdlhcgnch |
설명 | This lightweight extension prevents Slack from sending a typing status to channels and private messages. |
파일 크기 | 41.73 KB |
설치 횟수 | 516 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2023-06-02 |
출시 날짜 | 2019-07-23 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Andrew Conner |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.andrewconner.org/slack-hide-typing |
지원되는 언어 | 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" ] } ] } |