geckoDM

A Download Manager for the Echo360 Lecture System

geckoDM क्या है?

geckoDM The geckoDM Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Download Manager for the Echo360 Lecture System"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में geckoDM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Version 0.3.16 Update Notes:
* added echo360.net.au

The GeckoDM Project looks at making a Chrome Extension that allows students to download all their lectures through Echo360 with the click of a single button.

To report issues visit: https://github.com/GeckoDM/GeckoDownloadManager/issues

As video files as hosted on Amazon S3, we recommend you to download a maximum of 3-4 videos to prevent time out issues                    

एक्सटेंशन की मूल जानकारी

नाम geckoDM geckoDM
ID pgkfjobhhfckamidemkddfnnkknomobe
आधिकारिक URL https://chromewebstore.google.com/detail/geckodm/pgkfjobhhfckamidemkddfnnkknomobe
विवरण A Download Manager for the Echo360 Lecture System
फ़ाइल का आकार 199 KB
स्थापना संख्या 5,063
वर्तमान संस्करण 0.3.16
अंतिम अपडेट 2021-07-03
प्रकाशन तिथि 2020-01-21
रेटिंग 4.18/5 कुल 44 रेटिंग्स
डेवलपर The geckoDM Team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://geckodm.github.io
सहायता पृष्ठ URL https://github.com/GeckoDM/GeckoDownloadManager/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "geckoDM",
    "description": "A Download Manager for the Echo360 Lecture System",
    "version": "0.3.16",
    "homepage_url": "http:\/\/geckodm.github.io\/",
    "icons": {
        "16": "drawables\/launcher\/icon-16.png",
        "64": "drawables\/launcher\/icon-64.png",
        "128": "drawables\/launcher\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "src\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "incognito": "spanning",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self' ; 'unsafe-inline'; fonts.googleapis.com\/; ",
    "permissions": [
        "webRequest",
        "*:\/\/echo360.org.uk\/section\/",
        "*:\/\/echo360.org.au\/section\/",
        "*:\/\/echo360.org.ca\/section\/",
        "*:\/\/echo360.org\/section\/",
        "downloads",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    }
}