nanoStream Screen Capture

Share your screen with nanocosmos!

nanoStream Screen Captureคืออะไร?

nanoStream Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.nanocosmos.de และคุณลักษณะหลักของมันคือ "Share your screen with nanocosmos!"

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

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

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

                        nanoStream Screen Capture Extension for WebRTC Applications on Google Chrome
Working on combination with nanoStream WebRTC Applications
(c) 2015 nanocosmos GmbH                    

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

ชื่อ nanoStream Screen Capture nanoStream Screen Capture
ID jfjljfmoopheadghnkjbonkmgbkjhjdo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jfjljfmoopheadghnkjbonkmgbkjhjdo
คำอธิบาย Share your screen with nanocosmos!
ขนาดไฟล์ 28 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2015-11-24
วันที่เผยแพร่ 2015-11-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.nanocosmos.de
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nanoStream Screen Capture",
    "author": "nanocosmos GmbH",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share your screen with nanocosmos!",
    "homepage_url": "http:\/\/www.nanocosmos.de",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon-16.png",
        "icon-128.png"
    ]
}