SIVA Web Producer

Create hypervideos by connecting video clips.

Τι είναι το SIVA Web Producer;

Το SIVA Web Producer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mirkul, και η κύρια λειτουργία του είναι "Create hypervideos by connecting video clips.".

Λήψη αρχείου CRX της επέκτασης SIVA Web Producer

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    ]
}