NTULearn Tweak | NTU

Chrome Extension which change NTULearn UI.

What is NTULearn Tweak | NTU?

NTULearn Tweak | NTU is a Chrome extension developed by Zayn Jarvis, and its main feature is "Chrome Extension which change NTULearn UI.".

Extension Screenshots

screenshot
screenshot
screenshot

Download NTULearn Tweak | NTU Extension CRX File

Download NTULearn Tweak | NTU extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple use program to change your NTULearn user interface.

Click on the extension to change background image.

Copy image address to the blank bar and click enter!

Github: https://github.com/ZaynJarvis/NTUlearn-tweak                    

Extension Basic Information

Name NTULearn Tweak | NTU NTULearn Tweak | NTU
ID gnpfhhfeloajnenikhgdoagcfalofnjb
Official URL https://chromewebstore.google.com/detail/ntulearn-tweak-ntu/gnpfhhfeloajnenikhgdoagcfalofnjb
Description Chrome Extension which change NTULearn UI.
File Size 4.69 MB
Installation Count 38
Current Version 2.2.0
Last Updated 2019-10-25
Publish Date 2019-10-25
Rating 5.00/5 Total 5 Ratings
Developer Zayn Jarvis
Email [email protected]
Payment Type free
Extension Website https://github.com/ZaynJarvis/NTUlearn-tweak
Help Page URL https://github.com/ZaynJarvis/NTUlearn-tweak/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NTULearn Tweak | NTU",
    "short_name": "NTU",
    "version": "2.2.0",
    "description": "Chrome Extension which change NTULearn UI.",
    "icons": {
        "16": ".\/16.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "content_scripts": [
        {
            "css": [
                ".\/content\/styles.css"
            ],
            "js": [
                ".\/content\/content.js"
            ],
            "matches": [
                "https:\/\/ntulearn.ntu.edu.sg\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": ".\/128.png",
        "default_popup": ".\/popup\/popup.html",
        "default_title": "NTUlearn Tweak"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/kit.fontawesome.com; object-src 'self'"
}