Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Chat Icon Notifier for Google Chat™คืออะไร?
Chat Icon Notifier for Google Chat™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lakenen.com และคุณลักษณะหลักของมันคือ "A simple extension to change the Gmail™ tab icon when you receive a new chat message!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat Icon Notifier for Google Chat™
ดาวน์โหลดไฟล์ส่วนขยาย Chat Icon Notifier for Google Chat™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This very simple extension simply flashes the Gmail™ tab icon when you get a new message. This is very useful if you like to pin your tab (but still want to know when you are receiving new chat messages).
Enjoy! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
| คำอธิบาย | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
| ขนาดไฟล์ | 21.13 KB |
| จำนวนการติดตั้ง | 1,396 |
| เวอร์ชันปัจจุบัน | 2.0.1 |
| อัปเดตครั้งล่าสุด | 2017-02-10 |
| วันที่เผยแพร่ | 2017-02-09 |
| คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | https://lakenen.com |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chat Icon Notifier for Google Chat\u2122",
"description": "A simple extension to change the Gmail\u2122 tab icon when you receive a new chat message!",
"version": "2.0.1",
"content_scripts": [
{
"js": [
"chatnotifier.js"
],
"matches": [
"http:\/\/mail.google.com\/*",
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |