url-chat
Here you can talk to other people that are seeing the same URL that you are now
url-chatคืออะไร?
url-chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย willroquedev และคุณลักษณะหลักของมันคือ "Here you can talk to other people that are seeing the same URL that you are now"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย url-chat
ดาวน์โหลดไฟล์ส่วนขยาย url-chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | url-chat |
ID | eaigekfdkfcepdmcincfoieinhjhdlma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
คำอธิบาย | Here you can talk to other people that are seeing the same URL that you are now |
ขนาดไฟล์ | 341 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-02-24 |
วันที่เผยแพร่ | 2018-02-24 |
ผู้พัฒนา | willroquedev |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/WillRoque/url-chat |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "url-chat", "description": "Here you can talk to other people that are seeing the same URL that you are now", "version": "1.0.1", "browser_action": { "default_icon": "\/img\/chat_small.png", "default_popup": "\/index.html", "default_title": "Click to open this URL's chat" }, "permissions": [ "activeTab", "storage" ] } |