Platzi course duration
Display course duration on Platzi platform
Was ist Platzi course duration?
Platzi course duration ist eine Chrome-Erweiterung, die von Jesús Alberto Polo entwickelt wurde, und ihr Hauptmerkmal ist "Display course duration on Platzi platform".
Erweiterungsscreenshots
Platzi course duration-Erweiterungs-CRX-Datei herunterladen
Laden Sie Platzi course duration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Chrome extension to display course total and remaining duration of Platzi online courses.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fciaonikkngjkiapbommiobigggpeofi |
Offizielle URL | https://chromewebstore.google.com/detail/platzi-course-duration/fciaonikkngjkiapbommiobigggpeofi |
Beschreibung | Display course duration on Platzi platform |
Dateigröße | 35.36 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-07-26 |
Veröffentlichungsdatum | 2019-09-28 |
Bewertung | 2.00/5 Insgesamt 2 Bewertungen |
Entwickler | Jesús Alberto Polo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |