Get Percentage of completion in udemy courses
This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
Get Percentage of completion in udemy coursesとは何ですか?
Get Percentage of completion in udemy coursesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`」です。
拡張機能のスクリーンショット
Get Percentage of completion in udemy courses拡張機能のCRXファイルをダウンロード
Get Percentage of completion in udemy courses拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
拡張機能の基本情報
名前 | Get Percentage of completion in udemy courses |
ID | bpcggcdnikdancncldmcbdioebcfkbaj |
公式URL | https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj |
説明 | This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/` |
ファイルサイズ | 15.41 KB |
インストール数 | 114 |
現在のバージョン | 0.1.5 |
最終更新日 | 2018-12-15 |
公開日 | 2018-12-15 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Percentage of completion in udemy courses", "version": "0.1.5", "description": "This extension helps to know completed percentage of each courses in udemy home page `https:\/\/www.udemy.com\/organization\/home\/`", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.udemy.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |