Webtalk.io Chat
Webtalk.io is an app that enables users to chat in real-time while browsing any website
Webtalk.io Chatคืออะไร?
Webtalk.io Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webtalk.io และคุณลักษณะหลักของมันคือ "Webtalk.io is an app that enables users to chat in real-time while browsing any website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webtalk.io Chat
ดาวน์โหลดไฟล์ส่วนขยาย Webtalk.io Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Webtalk.io is a free service that enables users to chat in real-time while browsing any website. Just click the plugin icon while browsing any website and you'll see other users who are currently on the same page with you. Join their discussion and share your opinions freely. There is no need to login. It is really easy to express yourself on the Internet without the need to register. For us, staying anonymous is extremely important, so you can chat all over the web without leaving any trace of your activities. Chat with strangers or family, collaborate with friends and colleagues, share your ideas or troll the Internet - http://www.webtalk.io
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Webtalk.io Chat |
ID | ffjjnbgcfimekdfadlgafngnnchnjgik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webtalkio-chat/ffjjnbgcfimekdfadlgafngnnchnjgik |
คำอธิบาย | Webtalk.io is an app that enables users to chat in real-time while browsing any website |
ขนาดไฟล์ | 397 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2014-02-23 |
วันที่เผยแพร่ | 2014-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://webtalk.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.webtalk.io |
URL หน้าช่วยเหลือ | http://blog.webtalk.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webtalk.io Chat", "description": "Webtalk.io is an app that enables users to chat in real-time while browsing any website", "version": "1.0.3", "author": "Rombots Team", "homepage_url": "http:\/\/www.webtalk.io", "short_name": "Webtalk.io", "permissions": [ "http:\/\/www.webtalk.io\/", "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "img\/webtalk_logo.png", "default_popup": "chatroom.html" }, "icons": { "16": "img\/webtalk_logo_16.png", "48": "img\/webtalk_logo_48.png", "128": "img\/webtalk_logo_128.png" } } |