Platzi course duration
Display course duration on Platzi platform
What is Platzi course duration?
Platzi course duration is a Chrome extension developed by Jesús Alberto Polo, and its main feature is "Display course duration on Platzi platform".
Extension Screenshots
Download Platzi course duration Extension CRX File
Download Platzi course duration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension to display course total and remaining duration of Platzi online courses.
Extension Basic Information
Name | |
ID | fciaonikkngjkiapbommiobigggpeofi |
Official URL | https://chromewebstore.google.com/detail/platzi-course-duration/fciaonikkngjkiapbommiobigggpeofi |
Description | Display course duration on Platzi platform |
File Size | 35.36 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2020-07-26 |
Publish Date | 2019-09-28 |
Rating | 2.00/5 Total 2 Ratings |
Developer | Jesús Alberto Polo |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |