Faster Panopto

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

Faster Panoptoคืออะไร?

Faster Panopto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chazzox.github.io และคุณลักษณะหลักของมันคือ "Forked version of Fast panopto designed to work on both firefox and chrome"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faster Panopto

ดาวน์โหลดไฟล์ส่วนขยาย 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
}