Platzi course duration

Display course duration on Platzi platform

Platzi course duration là gì?

Platzi course duration là một tiện ích mở rộng Chrome được phát triển bởi Jesús Alberto Polo, và tính năng chính của nó là "Display course duration on Platzi 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 Platzi course duration

Tải xuống các tệp mở rộng Platzi course duration 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

                        Chrome extension to display course total and remaining duration of Platzi online courses.                    

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

Tên Platzi course duration Platzi course duration
ID fciaonikkngjkiapbommiobigggpeofi
URL Chính Thức https://chromewebstore.google.com/detail/platzi-course-duration/fciaonikkngjkiapbommiobigggpeofi
Mô tả Display course duration on Platzi platform
Kích Thước Tệp 35.36 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-07-26
Ngày Phát Hành 2019-09-28
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jesús Alberto Polo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Platzi course duration",
    "description": "Display course duration on Platzi platform",
    "author": "Jes\u00fas Alberto Polo Garc\u00eda",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/platzi.com\/clases\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}