NTULearn Tweak | NTU

Chrome Extension which change NTULearn UI.

Cos'è NTULearn Tweak | NTU?

NTULearn Tweak | NTU è un'estensione di Chrome sviluppata da Zayn Jarvis, e la sua funzione principale è "Chrome Extension which change NTULearn UI.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NTULearn Tweak | NTU

Scarica i file di estensione NTULearn Tweak | NTU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NTULearn Tweak | NTU NTULearn Tweak | NTU
ID gnpfhhfeloajnenikhgdoagcfalofnjb
URL Ufficiale https://chromewebstore.google.com/detail/ntulearn-tweak-ntu/gnpfhhfeloajnenikhgdoagcfalofnjb
Descrizione Chrome Extension which change NTULearn UI.
Dimensione del File 4.69 MB
Conteggio Installazioni 38
Versione Corrente 2.2.0
Ultimo Aggiornamento 2019-10-25
Data di Pubblicazione 2019-10-25
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Zayn Jarvis
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ZaynJarvis/NTUlearn-tweak
URL della Pagina di Aiuto https://github.com/ZaynJarvis/NTUlearn-tweak/issues
Lingue Supportate 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'"
}