SIVA Web Producer

Create hypervideos by connecting video clips.

O que é SIVA Web Producer?

SIVA Web Producer é uma extensão do Chrome desenvolvida por mirkul, e sua principal característica é "Create hypervideos by connecting video clips.".

Baixar o arquivo CRX da Extensão SIVA Web Producer

Baixe arquivos de extensão SIVA Web Producer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SIVA Web Producer SIVA Web Producer
ID iekikdlghfmiomfaboebdmlahnhcjfkc
URL Oficial https://chrome.google.com/webstore/detail/siva-web-producer/iekikdlghfmiomfaboebdmlahnhcjfkc
Descrição Create hypervideos by connecting video clips.
Tamanho do Arquivo 65.23 KB
Contagem de Instalações 10
Versão Atual 1.2.2
Última Atualização 2016-05-19
Data de Publicação 2016-05-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor mirkul
Tipo de Pagamento free
Site da Extensão http://westbourne.dimis.fim.uni-passau.de
Idiomas Suportados 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"
    ]
}