Traversy Media - Official Extension

Improves the UX of the Traversy Media course platform

Traversy Media - Official Extension là gì?

Traversy Media - Official Extension là một tiện ích mở rộng Chrome được phát triển bởi bushblade, và tính năng chính của nó là "Improves the UX of the Traversy Media course platform".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Traversy Media - Official Extension

Tải xuống các tệp mở rộng Traversy Media - Official Extension 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

                        This extension is for students of Brad Traversy.
It improves the UI of the course platform by scrolling the currently active lesson into view in the side menu and highlighting it. Making it easy for students to see what lesson they are on and which are the next and previous lessons.
Additionally it maximises the video to fill the available space in the viewport, improving the experience for those with larger monitors.
New feature added to persist the users video speed setting.                    

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

Tên Traversy Media - Official Extension Traversy Media - Official Extension
ID nmddkphngjlkifpobgpcbfbmfmfpimam
URL Chính Thức https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam
Mô tả Improves the UX of the Traversy Media course platform
Kích Thước Tệp 209 KB
Số Lần Cài Đặt 263
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2023-04-10
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển bushblade
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://willadams.dev
URL Trang Trợ Giúp https://github.com/bushblade/TraversyMediaScrollActiveLesson
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Traversy Media - Official Extension",
    "version": "1.2.3",
    "description": "Improves the UX of the Traversy Media course platform",
    "icons": {
        "48": "logo-48.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.traversymedia.com\/products\/*"
            ],
            "js": [
                "index.js",
                "setSpeed.js"
            ]
        }
    ],
    "action": {
        "default_icon": "logo-48.jpg"
    }
}