HCPS PowerSchool Plus

A general enhancements suite for HCPS PowerSchool.

HCPS PowerSchool Plusคืออะไร?

HCPS PowerSchool Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Russell และคุณลักษณะหลักของมันคือ "A general enhancements suite for HCPS PowerSchool."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HCPS PowerSchool Plus

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

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

                        IMPORTANT:  As of January 12, 2018, this extension has been blocked county-wide, meaning it is no longer possible to use.  Thank you to everybody who installed and used PowerSchool Plus since October 2016 (and before), and apologies for any inconvenience its restriction has caused.

General enhancements for Henrico County PowerSchool, such as:
     - Grade calculator
     - Ability to set preferred name
     - Theming
     - Grade change indicator
     - Button ripples
     - Grade history graph (New in version 3!)
     - Ability to change spacing on grade entries (New in version 3!)
     - Ability to enable/disable features

More to come!

Changelog:
     3.5.0:
          - Add purple and gray themes
          - Fix bug on login screen where form elements scale down
     3.0.0:
          - Add grade history graph (accessible from the menu option dialog)
          - Fix notification box not appearing
          - Add setting for grade entry spacing
          - Fix menu option dialog being blurry occasionally
     0.2.6:
          - Transform library used for dialog boxes to ECMAScript 5, meaning older versions of Chrome are now supported
          - Add title on hover to grade change indicator
     0.2.5:
          - Add grade indicator feature
          - Update sidebar dialog so that individual features can now be enabled/disabled
     0.2.0:
          - Complete rewrite of (almost) everything
          - Add grades can now be disabled and re-enabled when clicked
          - Add menu option in sidebar (more to come of this)
          - Add notification box at login screen (only contains version number and link to changelog currently)
          - Add note about calculation inaccuracies
     0.1.0:
          - Fix preferred name being undefined after install
          - Fix theme being undefined after install
     0.0.5:
          - Initial Release.

HCPS PowerSchool Plus is licensed under The Unlicense, meaning everything is free to the public domain.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HCPS PowerSchool Plus HCPS PowerSchool Plus
ID dibndjeeemhjkcieffbjkjdgleplkhkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hcps-powerschool-plus/dibndjeeemhjkcieffbjkjdgleplkhkl
คำอธิบาย A general enhancements suite for HCPS PowerSchool.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 3.5.0
อัปเดตครั้งล่าสุด 2018-01-12
วันที่เผยแพร่ 2018-01-12
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Russell
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Cubified/PowerSchoolPlus
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HCPS PowerSchool Plus",
    "short_name": "PowerSchool Plus",
    "version": "3.5.0",
    "description": "A general enhancements suite for HCPS PowerSchool.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sis.henrico.k12.va.us\/*"
            ],
            "css": [
                "src\/css\/waves.min.css",
                "src\/css\/Dialogger.v2.css",
                "src\/css\/app.css"
            ],
            "js": [
                "src\/app.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/html\/note.html",
        "src\/html\/history.html"
    ],
    "icons": {
        "512": "icons\/512x512.png",
        "128": "icons\/128x128.png",
        "48": "icons\/48x48.png"
    },
    "permissions": [
        "storage"
    ]
}