ULaval Adobe Connect HTML5

Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.

ULaval Adobe Connect HTML5とは何ですか?

ULaval Adobe Connect HTML5はcharlesmarceauによって開発されたChromeの拡張機能で、その主な機能は「Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.」です。

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

screenshot

ULaval Adobe Connect HTML5拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        No more flash plugin. No more Windows VM for Linux users. You can now *enjoy* Adobe Connect from any operating system without modifying the URL by hand.
This is an unofficial tool and it is not affiliated with the Université Laval.

Source code available on GitHub:
https://github.com/charles-marceau/ulaval-adobe-connect-html5

Special thanks to William Guimont for the url: https://github.com/willGuimont/AdobeConnectLinux                    

拡張機能の基本情報

名前 ULaval Adobe Connect HTML5 ULaval Adobe Connect HTML5
ID idnfbhpmefhpjhipmodgoabndangiljd
公式URL https://chromewebstore.google.com/detail/ulaval-adobe-connect-html/idnfbhpmefhpjhipmodgoabndangiljd
説明 Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.
ファイルサイズ 52.25 KB
インストール数 2,353
現在のバージョン 1.0
最終更新日 2021-02-06
公開日 2021-02-05
評価 1.00/5 合計 1 レビュー
開発者 charlesmarceau
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/charles-marceau/ulaval-adobe-connect-html5
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ULaval Adobe Connect HTML5",
    "description": "Get redirected to the HTML5 version of Adobe Connect when you open a live or recorded course.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icons\/icon-16x16.png",
        "32": ".\/icons\/icon-32x32.png",
        "48": ".\/icons\/icon-48x48.png",
        "128": ".\/icons\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/src\/redirector.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classevirtuelle.ulaval.ca\/*\/?proto=true"
            ],
            "js": [
                ".\/lib\/jquery-3.4.1.min.js",
                ".\/src\/htmlActivator.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/classevirtuelle.ulaval.ca\/*"
    ]
}