Faster Panopto

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

Faster Panopto là gì?

Faster Panopto là một tiện ích mở rộng Chrome được phát triển bởi https://chazzox.github.io, và tính năng chính của nó là "Forked version of Fast panopto designed to work on both firefox and chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Faster Panopto

Tải xuống các tệp mở rộng Faster Panopto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Faster Panopto Faster Panopto
ID lbehhpicfbglgijknhemcjcmencaajid
URL Chính Thức https://chromewebstore.google.com/detail/faster-panopto/lbehhpicfbglgijknhemcjcmencaajid
Mô tả Forked version of Fast panopto designed to work on both firefox and chrome
Kích Thước Tệp 69.12 KB
Số Lần Cài Đặt 1,709
Phiên Bản Hiện Tại 0.6.0
Cập Nhật Lần Cuối 2021-12-27
Ngày Phát Hành 2021-10-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://chazzox.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chazzox/faster-panopto/
URL Trang Trợ Giúp https://github.com/chazzox/faster-panopto/issues
Ngôn Ngữ Được Hỗ Trợ 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
}