Platzi Course Time
Averigua cuanto dura tu curso
What is Platzi Course Time?
Platzi Course Time is a Chrome extension developed by Jefferson Aguilar, and its main feature is "Averigua cuanto dura tu curso".
Extension Screenshots
Download Platzi Course Time Extension CRX File
Download Platzi Course Time 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
Averigua cuanto dura tu curso
Extension Basic Information
Name | |
ID | fljjoemlfjkpnneocihaobmnhhfjonle |
Official URL | https://chromewebstore.google.com/detail/platzi-course-time/fljjoemlfjkpnneocihaobmnhhfjonle |
Description | Averigua cuanto dura tu curso |
File Size | 10.24 KB |
Installation Count | 99 |
Current Version | 2.0.0 |
Last Updated | 2020-05-04 |
Publish Date | 2020-05-04 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Jefferson Aguilar |
[email protected] | |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Platzi Course Time", "version": "2.0.0", "icons": { "16": "src\/img\/logo.png", "48": "src\/img\/logo.png", "128": "src\/img\/logo.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Platzi Course Time", "default_popup": "src\/index.html" } } |