Liu++

This extension brings new functionality to liu services

Liu++란 무엇입니까?

Liu++은(는) https://ventureinto.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension brings new functionality to liu services"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Liu++ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # 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.                    

확장 프로그램 기본 정보

이름 Liu++ Liu++
ID knjmceldikaimeoaffpndahkokicdael
공식 URL https://chromewebstore.google.com/detail/liu++/knjmceldikaimeoaffpndahkokicdael
설명 This extension brings new functionality to liu services
파일 크기 2.02 MB
설치 횟수 191
현재 버전 2.1.2
최근 업데이트 2017-01-14
출시 날짜 2017-01-14
평점 4.90/5 총 10 개의 평점
개발자 https://ventureinto.space
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Niler851/Liu-plusplus
도움말 페이지 URL https://github.com/Niler851/Liu-plusplus
지원되는 언어 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\/"
    ]
}