SIVA Web Producer

Create hypervideos by connecting video clips.

什麼是SIVA Web Producer?

SIVA Web Producer是由mirkul開發的Chrome擴展程式,該擴展的主要功能是“Create hypervideos by connecting video clips.”。

下載SIVA Web Producer擴展crx文件

下載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
官方網址 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"
    ]
}