Slack Hide Typing
This lightweight extension prevents Slack from sending a typing status to channels and private messages.
Slack Hide Typingคืออะไร?
Slack Hide Typing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Conner และคุณลักษณะหลักของมันคือ "This lightweight extension prevents Slack from sending a typing status to channels and private messages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack Hide Typing
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |