RWTHonlinePlus

RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)

Was ist RWTHonlinePlus?

RWTHonlinePlus ist eine Chrome-Erweiterung, die von ph1sch entwickelt wurde, und ihr Hauptmerkmal ist "RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)".

Erweiterungsscreenshots

screenshot

RWTHonlinePlus-Erweiterungs-CRX-Datei herunterladen

Laden Sie RWTHonlinePlus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        RWTHonline with a Plus: UNOFFICAL extension for RWTHonline, fixing many bugs and improving the site's usability.

Note that this extension is NOT OFFICIAL and not supported by the RWTH or anyone else responsible for RWTHonline.                    

Grundlegende Informationen zur Erweiterung

Name RWTHonlinePlus RWTHonlinePlus
ID bcnhclfmmdkbkaaaeeceknofllmcalcg
Offizielle URL https://chrome.google.com/webstore/detail/rwthonlineplus/bcnhclfmmdkbkaaaeeceknofllmcalcg
Beschreibung RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)
Dateigröße 578 KB
Installationsanzahl 47
Aktuelle Version 0.7.1
Letztes Update 2018-11-14
Veröffentlichungsdatum 2018-11-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ph1sch
Zahlungsart free
Erweiterungswebsite http://plus.rwthonline.de
Unterstützte Sprachen de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RWTHonlinePlus",
    "version": "0.7.1",
    "description": "RWTHonline with a Plus (NOT AN OFFICIAL EXTENSION)",
    "homepage_url": "http:\/\/plus.rwthonline.de",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "*:\/\/online.rwth-aachen.de\/*",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/options.html"
    },
    "browser_action": {
        "default_icon": "icon\/16.png",
        "default_popup": "settings\/options.html#popup"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "web_accessible_resources": [
        "dist\/injected_script.js",
        "inject\/styles.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/online.rwth-aachen.de\/*"
            ],
            "js": [
                "dist\/content_script.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "{7bfcb085-5b65-46d8-819d-bbdedaf15020}"
        }
    }
}