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/` 擴展基本資訊
| 名稱 | |
| ID | bpcggcdnikdancncldmcbdioebcfkbaj |
| 官方網址 | 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"
}
} | |