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.
拡張機能の基本情報
名前 | |
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" ] } |