Liu++
This extension brings new functionality to liu services
Was ist Liu++?
Liu++ ist eine Chrome-Erweiterung, die von https://ventureinto.space entwickelt wurde, und ihr Hauptmerkmal ist "This extension brings new functionality to liu services".
Erweiterungsscreenshots
Liu++-Erweiterungs-CRX-Datei herunterladen
Laden Sie Liu++-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
# Liu++ Lägg till saknad funktionalitet på Liu's olika webtjänster. Snittbetyg, antal poäng, kursnivå. ## Vad är Liu++ ? En Chrome plugin som injecerar javascript kod på olika liu sidor för att lägga till ytterligare funktionalitet ## Vad för funktionalitet har Liu++ ? Popup * länkar till * Studentportalen * Salbokning Studentportalen * Viktat och oviktat snitt * Testa och ändra dina betyg och se hur snittet förändras * Wiki för vilken nivå kursen har * Direktlänkar till stuidehandboken * Summering av hur många poäng du tagit på olika nivå * Få en rapport på markerade kurser och resultat.
Grundlegende Informationen zur Erweiterung
Name | Liu++ |
ID | knjmceldikaimeoaffpndahkokicdael |
Offizielle URL | https://chromewebstore.google.com/detail/liu++/knjmceldikaimeoaffpndahkokicdael |
Beschreibung | This extension brings new functionality to liu services |
Dateigröße | 2.02 MB |
Installationsanzahl | 191 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2017-01-14 |
Veröffentlichungsdatum | 2017-01-14 |
Bewertung | 4.90/5 Insgesamt 10 Bewertungen |
Entwickler | https://ventureinto.space |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Niler851/Liu-plusplus |
Hilfeseite URL | https://github.com/Niler851/Liu-plusplus |
Unterstützte Sprachen | sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Liu++", "description": "This extension brings new functionality to liu services", "version": "2.1.2", "icons": { "16": "favicon16.png", "48": "favicon48.png", "128": "favicon128.png" }, "browser_action": { "default_icon": "favicon16.png", "default_popup": "popup.html", "default_title": "Click here!" }, "web_accessible_resources": [ "node_modules\/bootstrap\/dist\/css\/bootstrap.min.css" ], "content_scripts": [ { "matches": [ "https:\/\/www3.student.liu.se\/portal\/studieresultat\/*", "https:\/\/www3.student.liu.se\/portal\/login" ], "css": [ "css\/normal.css", "node_modules\/bootstrap\/dist\/css\/bootstrap.min.css", "css\/style.css" ], "js": [ "node_modules\/jquery\/dist\/jquery.js", "node_modules\/bootstrap\/dist\/js\/bootstrap.js", "node_modules\/firebase\/lib\/firebase-web.js", "bower_components\/lodash\/lodash.min.js", "app\/results\/view.js", "app\/studentportalen.js", "app\/results\/createReport\/view.js", "app\/results\/createReport\/controller.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |