Snapcast

Screensharing utility Snapcast

Snapcastคืออะไร?

Snapcast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.snapcast.xyz และคุณลักษณะหลักของมันคือ "Screensharing utility Snapcast"

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

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

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

                        Cast your screen in a snap! This extension enables screencasts within the Snapcast app.                    

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

ชื่อ Snapcast Snapcast
ID mljllkckippdlghlikjakkhfblngjgcn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn
คำอธิบาย Screensharing utility Snapcast
ขนาดไฟล์ 4.35 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2015-11-30
วันที่เผยแพร่ 2015-11-30
ผู้พัฒนา https://www.snapcast.xyz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.snapcast.xyz
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapcast",
    "description": "Screensharing utility Snapcast",
    "version": "0.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": [],
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/icicle-kindling.herokuapp.com\/*",
                "https:\/\/www.snapcast.xyz\/*"
            ],
            "runs_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/icicle-kindling.herokuapp.com\/*",
            "https:\/\/www.snapcast.xyz\/*"
        ]
    }
}