NTULearn Tweak | NTU
Chrome Extension which change NTULearn UI.
Qu'est-ce que NTULearn Tweak | NTU ?
NTULearn Tweak | NTU est une extension Chrome développée par Zayn Jarvis, et sa fonction principale est "Chrome Extension which change NTULearn UI.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NTULearn Tweak | NTU
Téléchargez les fichiers d'extension NTULearn Tweak | NTU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gnpfhhfeloajnenikhgdoagcfalofnjb |
URL Officiel | https://chromewebstore.google.com/detail/ntulearn-tweak-ntu/gnpfhhfeloajnenikhgdoagcfalofnjb |
Description | Chrome Extension which change NTULearn UI. |
Taille du Fichier | 4.69 MB |
Nombre d'Installations | 38 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2019-10-25 |
Date de Publication | 2019-10-25 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Zayn Jarvis |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ZaynJarvis/NTUlearn-tweak |
URL de la Page d'Aide | https://github.com/ZaynJarvis/NTUlearn-tweak/issues |
Langues Prises en Charge | 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'" } |