SIVA Web Producer

Create hypervideos by connecting video clips.

SIVA Web Producerคืออะไร?

SIVA Web Producer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mirkul และคุณลักษณะหลักของมันคือ "Create hypervideos by connecting video clips."

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

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

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

                        The SIVA Web Producer is an authoring tool for the creation of annotated, non-linear, interactive videos. 
The extension can be used to create video clips from existing Youtube videos, arrange those video clips by adding annotations and a navigation structure and publish the resulting video project on the associated video platform at westbourne.dimis.fim.uni-passau.de.                    

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

ชื่อ SIVA Web Producer SIVA Web Producer
ID iekikdlghfmiomfaboebdmlahnhcjfkc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/siva-web-producer/iekikdlghfmiomfaboebdmlahnhcjfkc
คำอธิบาย Create hypervideos by connecting video clips.
ขนาดไฟล์ 65.23 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2016-05-19
วันที่เผยแพร่ 2016-05-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mirkul
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://westbourne.dimis.fim.uni-passau.de
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SIVA Web Producer",
    "version": "1.2.2",
    "description": "Create hypervideos by connecting video clips.",
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/"
    ],
    "icons": {
        "48": "images\/icon-48.png"
    },
    "browser_action": {
        "default_title": "SIVA Web Producer",
        "default_icon": {
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "js\/cleanup.js",
        "css\/content.css",
        "images\/loader.gif",
        "images\/popup_close_inactive.png",
        "images\/popup_close_active.png"
    ]
}