Liu++

This extension brings new functionality to liu services

Liu++คืออะไร?

Liu++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ventureinto.space และคุณลักษณะหลักของมันคือ "This extension brings new functionality to liu services"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Liu++

ดาวน์โหลดไฟล์ส่วนขยาย Liu++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        # 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\/"
    ]
}