DTU Course Analyzer
Analyzes and scores courses on kurser.dtu.dk/xxxxx
Wat is DTU Course Analyzer?
DTU Course Analyzer is een Chrome-extensie ontwikkeld door dtu.course.analyzer, en de belangrijkste functie is "Analyzes and scores courses on kurser.dtu.dk/xxxxx".
Extensie Screenshots
Download het CRX-bestand van de extensie DTU Course Analyzer
Download DTU Course Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Analyzes courses on DTU's coursebase and ranks them. Install the extension and go to eg. http://kurser.dtu.dk/course/01005 to see an analysis. The higher the numbers are the better the course is.
This is an open-source project: https://github.com/OskarNS/dtu-course-analyzer Basisinformatie over de Extensie
| Naam | |
| ID | bimhgdngikcnelkhjindmdghndfmdcde |
| Officiële URL | https://chromewebstore.google.com/detail/dtu-course-analyzer/bimhgdngikcnelkhjindmdghndfmdcde |
| Beschrijving | Analyzes and scores courses on kurser.dtu.dk/xxxxx |
| Bestandsgrootte | 309 KB |
| Aantal Installaties | 9,382 |
| Huidige Versie | 1.2.3 |
| Laatst Bijgewerkt | 2019-09-16 |
| Publicatiedatum | 2019-09-16 |
| Beoordeling | 5.00/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | dtu.course.analyzer |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DTU Course Analyzer",
"description": "Analyzes and scores courses on kurser.dtu.dk\/xxxxx",
"version": "1.2.3",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/kurser.dtu.dk\/course\/*",
"https:\/\/kurser.dtu.dk\/course\/*"
],
"css": [
"css\/jquery.dataTables.css"
],
"js": [
"js\/jquery.js",
"contentscript.js"
]
}
],
"web_accessible_resources": [
"db\/data.js",
"contentscript.js"
],
"background": {
"scripts": [
"js\/jquery.js",
"\/db\/data.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icon128.png"
}
} | |