SIVA Web Producer

Create hypervideos by connecting video clips.

SIVA Web Producer là gì?

SIVA Web Producer là một tiện ích mở rộng Chrome được phát triển bởi mirkul, và tính năng chính của nó là "Create hypervideos by connecting video clips.".

Tải xuống tệp CRX của tiện ích mở rộng SIVA Web Producer

Tải xuống các tệp mở rộng SIVA Web Producer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SIVA Web Producer SIVA Web Producer
ID iekikdlghfmiomfaboebdmlahnhcjfkc
URL Chính Thức https://chrome.google.com/webstore/detail/siva-web-producer/iekikdlghfmiomfaboebdmlahnhcjfkc
Mô tả Create hypervideos by connecting video clips.
Kích Thước Tệp 65.23 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2016-05-19
Ngày Phát Hành 2016-05-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mirkul
Loại Thanh Toán free
Trang Web Mở Rộng http://westbourne.dimis.fim.uni-passau.de
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}