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
官方URL 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
}