ShareScreen by lab.narbot.org

This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.

ShareScreen by lab.narbot.orgคืออะไร?

ShareScreen by lab.narbot.org เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vincent และคุณลักษณะหลักของมันคือ "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShareScreen by lab.narbot.org

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

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

                                            

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

ชื่อ ShareScreen by lab.narbot.org ShareScreen by lab.narbot.org
ID bdmnjlaenedmfiihbaibdmmnpnoocedj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj
คำอธิบาย This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
ขนาดไฟล์ 8.46 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2017-05-07
วันที่เผยแพร่ 2017-05-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา vincent
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lab.narbot.org/room/
URL หน้าช่วยเหลือ https://lab.narbot.org/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShareScreen by lab.narbot.org",
    "author": "Vincent Narbot",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.",
    "homepage_url": "https:\/\/lab.narbot.org\/room\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.narbot.org\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}