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ファイルをダウンロード
Slack Hide Typing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |