geckoDM

A Download Manager for the Echo360 Lecture System

什麼是geckoDM?

geckoDM是由The geckoDM Team開發的Chrome擴展程式,該擴展的主要功能是“A Download Manager for the Echo360 Lecture System”。

擴展截圖

screenshot

下載geckoDM擴展crx文件

下載geckoDM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}