Compact Chat
Helps to make the Google Chat more compact.
Compact Chatคืออะไร?
Compact Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jiri Tyr และคุณลักษณะหลักของมันคือ "Helps to make the Google Chat more compact."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compact Chat
ดาวน์โหลดไฟล์ส่วนขยาย Compact Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps to make the Google Chat more compact. Supported envirnonments: * Gmail * Google Plus Supported options: * Hide GTalk title * Hide GTalk search field * Hide GTalk status * Hide GTalk invisible alert Project page: http://compact-gmailchat.googlecode.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bklmkimoffejblknkmgkacngcmahkagf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf |
คำอธิบาย | Helps to make the Google Chat more compact. |
ขนาดไฟล์ | 36.06 KB |
จำนวนการติดตั้ง | 625 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2013-09-30 |
วันที่เผยแพร่ | 2013-09-30 |
คะแนน | 3.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Jiri Tyr |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://compact-gmailchat.googlecode.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Compact Chat", "version": "1.8", "description": "Helps to make the Google Chat more compact.", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "options_page": "html\/options.html", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/mail.google.com\/mail\/*", "https:\/\/mail.google.com\/mail\/*", "http:\/\/talkgadget.google.com\/talkgadget\/*", "https:\/\/talkgadget.google.com\/talkgadget\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end" } ], "background": "html\/background.html" } |