Platzi course duration
Display course duration on Platzi platform
Platzi course durationとは何ですか?
Platzi course durationはJesús Alberto Poloによって開発されたChromeの拡張機能で、その主な機能は「Display course duration on Platzi platform」です。
拡張機能のスクリーンショット
Platzi course duration拡張機能のCRXファイルをダウンロード
Platzi course duration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension to display course total and remaining duration of Platzi online courses.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |