Geek Beat Dropcam

The Official Geek Beat Dropcam viewer.

Geek Beat Dropcamคืออะไร?

Geek Beat Dropcam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://irc.geekbeat.tv และคุณลักษณะหลักของมันคือ "The Official Geek Beat Dropcam viewer."

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

screenshot

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

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

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

                        Bored at work? So are we!  Only now you can watch us to see just how boring we are on the Geek Beat Dropcam webcam streaming live from our studios 24/7!

This Extension will add a little Geek Beat icon beside the URL bar so you can have one button access to the webcams.                    

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

ชื่อ Geek Beat Dropcam Geek Beat Dropcam
ID jhfhdglmolpohchclgeofdmhpglagdkg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/geek-beat-dropcam/jhfhdglmolpohchclgeofdmhpglagdkg
คำอธิบาย The Official Geek Beat Dropcam viewer.
ขนาดไฟล์ 26.59 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2013-10-10
วันที่เผยแพร่ 2013-10-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://irc.geekbeat.tv
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://geekbeat.tv/dropcam
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "dropcam-icon.png"
    },
    "description": "The Official Geek Beat Dropcam viewer.",
    "manifest_version": 2,
    "name": "Geek Beat Dropcam",
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}