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
官方網址 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
電子郵箱 [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\/*"
    ]
}