Birmingham Panopto Keeper

Download Panopto Videos from UoB Panopto

Birmingham Panopto Keeperとは何ですか?

Birmingham Panopto KeeperはGeorgesabによって開発されたChromeの拡張機能で、その主な機能は「Download Panopto Videos from UoB Panopto」です。

拡張機能のスクリーンショット

screenshot

Birmingham Panopto Keeper拡張機能のCRXファイルをダウンロード

Birmingham Panopto Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple extension for Google Chrome that allows you to download videos from Panopto for later viewing. Only works for the University of Birmingham.

HOW TO USE: Navigate to the Panopto video itself you want to download, click the download icon (next to your user picture) and choose where you want the video to be saved. EASY!

Based on downloadPanopto by dfaour: https://github.com/dfaour/downloadPanopto

Released under GNU General License 3.0, source code available: https://github.com/Georgesab/birmingham_panopto_keeper                    

拡張機能の基本情報

名前 Birmingham Panopto Keeper Birmingham Panopto Keeper
ID ijibaeamabpjdgenhlaihchhlfcephdl
公式URL https://chrome.google.com/webstore/detail/birmingham-panopto-keeper/ijibaeamabpjdgenhlaihchhlfcephdl
説明 Download Panopto Videos from UoB Panopto
ファイルサイズ 18.16 KB
インストール数 390
現在のバージョン 1.0.1
最終更新日 2019-02-25
公開日 2019-02-25
評価 5.00/5 合計 1 レビュー
開発者 Georgesab
支払い方法 free
拡張機能のウェブサイト https://github.com/Georgesab/birmingham_panopto_keeper
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Birmingham Panopto Keeper",
    "version": "1.0.1",
    "description": "Download Panopto Videos from UoB Panopto",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "download-icon-grey.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bham.cloud.panopto.eu\/*"
            ],
            "js": [
                "payload.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "downloads"
    ]
}