Faster Panopto

Forked version of Fast panopto designed to work on both firefox and chrome

什麼是Faster Panopto?

Faster Panopto是由https://chazzox.github.io開發的Chrome擴展程式,該擴展的主要功能是“Forked version of Fast panopto designed to work on both firefox and chrome”。

擴展截圖

下載Faster Panopto擴展crx文件

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

擴展使用說明

                        Enables you to set the any custom speed for any lecture on a panopto site.                    

擴展基本資訊

名稱 Faster Panopto Faster Panopto
ID lbehhpicfbglgijknhemcjcmencaajid
官方網址 https://chromewebstore.google.com/detail/faster-panopto/lbehhpicfbglgijknhemcjcmencaajid
簡介 Forked version of Fast panopto designed to work on both firefox and chrome
檔案大小 69.12 KB
安裝次數 1,709
目前版本 0.6.0
更新時間 2021-12-27
上架時間 2021-10-22
評分 5.00/5 共 4 次評分
開發者 https://chazzox.github.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/chazzox/faster-panopto/
說明頁面URL https://github.com/chazzox/faster-panopto/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faster Panopto",
    "version": "0.6.0",
    "description": "Forked version of Fast panopto designed to work on both firefox and chrome",
    "homepage_url": "https:\/\/github.com\/chazzox\/faster-panopto\/",
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_popup": "\/popup.html",
        "browser_style": true,
        "default_icon": {
            "32": "\/images\/enabled.png"
        }
    },
    "icons": {
        "32": "\/images\/enabled.png"
    },
    "web_accessible_resources": [
        "\/images\/arrow.png",
        "\/images\/disabled.png"
    ],
    "manifest_version": 2
}