Platzi course duration

Display course duration on Platzi platform

Platzi course durationคืออะไร?

Platzi course duration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jesús Alberto Polo และคุณลักษณะหลักของมันคือ "Display course duration on Platzi platform"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Platzi course duration

ดาวน์โหลดไฟล์ส่วนขยาย Platzi course duration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Platzi course duration Platzi course duration
ID fciaonikkngjkiapbommiobigggpeofi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/platzi-course-duration/fciaonikkngjkiapbommiobigggpeofi
คำอธิบาย Display course duration on Platzi platform
ขนาดไฟล์ 35.36 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-07-26
วันที่เผยแพร่ 2019-09-28
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jesús Alberto Polo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}