Platzi course duration
Display course duration on Platzi platform
Wat is Platzi course duration?
Platzi course duration is een Chrome-extensie ontwikkeld door Jesús Alberto Polo, en de belangrijkste functie is "Display course duration on Platzi platform".
Extensie Screenshots
Download het CRX-bestand van de extensie Platzi course duration
Download Platzi course duration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome extension to display course total and remaining duration of Platzi online courses.
Basisinformatie over de Extensie
Naam | |
ID | fciaonikkngjkiapbommiobigggpeofi |
Officiële URL | https://chromewebstore.google.com/detail/platzi-course-duration/fciaonikkngjkiapbommiobigggpeofi |
Beschrijving | Display course duration on Platzi platform |
Bestandsgrootte | 35.36 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-07-26 |
Publicatiedatum | 2019-09-28 |
Beoordeling | 2.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Jesús Alberto Polo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |