SIVA Web Producer
Create hypervideos by connecting video clips.
Cos'è SIVA Web Producer?
SIVA Web Producer è un'estensione di Chrome sviluppata da mirkul, e la sua funzione principale è "Create hypervideos by connecting video clips.".
Scarica il file CRX dell'estensione SIVA Web Producer
Scarica i file di estensione SIVA Web Producer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | iekikdlghfmiomfaboebdmlahnhcjfkc |
URL Ufficiale | https://chrome.google.com/webstore/detail/siva-web-producer/iekikdlghfmiomfaboebdmlahnhcjfkc |
Descrizione | Create hypervideos by connecting video clips. |
Dimensione del File | 65.23 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2016-05-19 |
Data di Pubblicazione | 2016-05-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | mirkul |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://westbourne.dimis.fim.uni-passau.de |
Lingue Supportate | 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" ] } |