SIVA Web Producer
Create hypervideos by connecting video clips.
SIVA Web Producer क्या है?
SIVA Web Producer mirkul द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create hypervideos by connecting video clips."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SIVA Web Producer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |