Smartschool++

Enhance your smartschool experience with themes and more

Smartschool++ क्या है?

Smartschool++ sprksoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your smartschool experience with themes and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smartschool++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Kies uit 14 thema's.

Ontdek buslijnen rechtstreeks op je Smartschool-startpagina.
Gebruik het snelmenu met de ":" toets om snel te navigeren.

Voeg sneeuw en meer toe voor extra sfeer.
Verander de achtergrond naar een foto naar keuze door een link (https://) te plakken in het invoerveld van de instellingen of een max 1MB foto te uploaden.

Je vindt de instellingen voor Smartschool ++ onder "Settings" rechtsboven.

Dit is hoe je de link (https://) vindt van een afbeelding:
- Ga naar de website met de foto.
- Rechtsklik op de foto en kies **Kopieer afbeeldingslink** of iets dergelijks.
- Plak de URL in een tekstvak van Smartschool ++: "Background Image"  met Ctrl + V  of ⌘ Command + V.

===FIREFOX===
1) Installeer een van deze versies van Firefox:
   - Waterfox (basically firefox maar met meer settings en betere privacy) (https://waterfox.net/ ).
   - Firefox Developer Edition(https://www.mozilla.org/en-US/firefox/developer/).
   - Firefox Nightly(https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly).
   - Firefox Extended Support Release (ESR) (https://www.mozilla.org/en-US/firefox/enterprise/).
2) Ga naar about:config en zet xpinstall.signatures.required op false.
3) Installeer de extensie van hier: https://ldev.eu.org/firefox/smpp.

Patch notes:
1.3.0
-DISCORD SERVER!
-Added "Custom Theme".
-Fixed many bugs and improved many things.
-Most major visual disturbances should be removed now.
-Work in progress Quick-Menu updates.
-Preparations for next update "The Fun Update" / "Easter Egg Update"
-A nice new look for "planner".

1.2.0
-New themes: "Sahara Oasis",  "Fluorescent Galaxy", "Off White", "Ruby Eclipse", "Dark Mocha".
-Renamed all themes and some minor updates to some themes.
-Added Snake++ game (disabled by default).
-Minor update to DeLijn and weather application.
-Minor bugfixes and visual bugfixes.
-Minor login app rework.

1.1.0
-Major update to DeLijn application.
-Login problems because of Smartschool ++ for many users now resolved.
-Minor bugfixes and visual bugfixes.

1.0.0
-First release of Smartschool++

==ROADMAP==
Major code-cleanup for performance.*
Easter Egg update :0 
More games                    

एक्सटेंशन की मूल जानकारी

नाम Smartschool++ Smartschool++
ID bdhficnphioomdjhdfbhdepjgggekodf
आधिकारिक URL https://chromewebstore.google.com/detail/smartschool++/bdhficnphioomdjhdfbhdepjgggekodf
विवरण Enhance your smartschool experience with themes and more
फ़ाइल का आकार 58.11 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.3.6
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2023-12-11
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर sprksoft
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sprksoft/smpp
सहायता पृष्ठ URL https://discord.gg/qCHZYepDqZ
समर्थित भाषाएँ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smartschool++",
    "version": "1.3.6",
    "description": "Enhance your smartschool experience with themes and more",
    "homepage_url": "https:\/\/github.com\/sprksoft\/smpp",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/lernova.be\/*"
            ],
            "all_frames": true,
            "css": [
                "LERNOVA\/lernova.css",
                "DMENU\/dmenu.css"
            ],
            "js": [
                "scraper.js",
                "utils.js",
                "DMENU\/dmenu.js",
                "LERNOVA\/lernova.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.smartschool.be\/*"
            ],
            "all_frames": true,
            "css": [
                "CSS\/general.css",
                "CSS\/weather.css",
                "DMENU\/dmenu.css",
                "CSS\/login.css",
                "CSS\/messages.css",
                "CSS\/navigation.css",
                "CSS\/notification.css",
                "CSS\/planner.css",
                "CSS\/results.css",
                "CSS\/startpage.css",
                "CSS\/delijn.css",
                "CSS\/agenda.css"
            ],
            "js": [
                "config.js",
                "scraper.js",
                "scores.js",
                "snake.js",
                "delijndecoder.js",
                "utils.js",
                "themes.js",
                "DMENU\/quick.js",
                "DMENU\/dmenu.js",
                "weather.js",
                "delijn.js",
                "loginpage.js",
                "snow.js",
                "smppjs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "smpp@sprksoft",
            "update_url": "https:\/\/ldev.eu.org\/firefox\/updates.json"
        }
    }
}