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
Eメール [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
}