Chat-Net

Provides a simple chat network that follows you to any web page.

Chat-Netคืออะไร?

Chat-Net เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krikenemp และคุณลักษณะหลักของมันคือ "Provides a simple chat network that follows you to any web page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat-Net

ดาวน์โหลดไฟล์ส่วนขยาย Chat-Net ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chat-Net is a browser-based chat network between all users running the extension. It is a simple chat interface with a field for your nickname and one for your comment. The interface gets embedded into the top of each page that you visit, allowing you to continue browsing while you meet and communicate with other Chat-Net users.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chat-Net Chat-Net
ID lafbgpoaabblhjajopeclimloeboglol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol
คำอธิบาย Provides a simple chat network that follows you to any web page.
ขนาดไฟล์ 51.22 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2014-05-05
วันที่เผยแพร่ 2014-05-04
ผู้พัฒนา krikenemp
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat-Net",
    "version": "1.0.4",
    "description": "Provides a simple chat network that follows you to any web page.",
    "homepage_url": "http:\/\/bengrosser.com\/",
    "manifest_version": 2,
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "Chat-Net.user.js"
            ]
        }
    ]
}