Course Label
Label courses in Ninova
Cos'è Course Label?
Course Label è un'estensione di Chrome sviluppata da Fatih Mustafa Buçak, e la sua funzione principale è "Label courses in Ninova".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Course Label
Scarica i file di estensione Course Label 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
Replace course codes with course names
Hide old classes without leaving
Create reminder for your homework on your calendar by clicking the Google Calendar button Informazioni di Base sull'Estensione
| Nome | |
| ID | cgljhidiioodhdhfgnociobnpchejdng |
| URL Ufficiale | https://chromewebstore.google.com/detail/course-label/cgljhidiioodhdhfgnociobnpchejdng |
| Descrizione | Label courses in Ninova |
| Dimensione del File | 17.8 KB |
| Conteggio Installazioni | 1,135 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2024-02-13 |
| Data di Pubblicazione | 2021-03-08 |
| Valutazione | 4.94/5 Totale 32 Valutazioni |
| Sviluppatore | Fatih Mustafa Buçak |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Course Label",
"version": "1.0.1",
"author": "Fatih Mustafa Bucak",
"description": "Label courses in Ninova",
"permissions": [],
"options_page": "info.html",
"content_scripts": [
{
"matches": [
"https:\/\/ninova.itu.edu.tr\/*"
],
"js": [
"background.js"
]
}
],
"icons": {
"16": "images\/icons16.png",
"32": "images\/icons32.png",
"48": "images\/icons48.png",
"128": "images\/icons128.png"
},
"manifest_version": 3
} | |