Liu++
This extension brings new functionality to liu services
What is Liu++?
Liu++ is a Chrome extension developed by https://ventureinto.space, and its main feature is "This extension brings new functionality to liu services".
Extension Screenshots
Download Liu++ Extension CRX File
Download Liu++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# 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.
Extension Basic Information
Name | Liu++ |
ID | knjmceldikaimeoaffpndahkokicdael |
Official URL | https://chromewebstore.google.com/detail/liu++/knjmceldikaimeoaffpndahkokicdael |
Description | This extension brings new functionality to liu services |
File Size | 2.02 MB |
Installation Count | 191 |
Current Version | 2.1.2 |
Last Updated | 2017-01-14 |
Publish Date | 2017-01-14 |
Rating | 4.90/5 Total 10 Ratings |
Developer | https://ventureinto.space |
Payment Type | free |
Extension Website | https://github.com/Niler851/Liu-plusplus |
Help Page URL | https://github.com/Niler851/Liu-plusplus |
Supported Languages | 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\/" ] } |