Smartschool Plus
Add extra features to Smartschool
Cos'è Smartschool Plus?
Smartschool Plus è un'estensione di Chrome sviluppata da thomaspeetersdev, e la sua funzione principale è "Add extra features to Smartschool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smartschool Plus
Scarica i file di estensione Smartschool Plus 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
- Adds a "Download original" button under the main photo when viewing a photo gallery. Use this button to download the main photo in its original quality.
- Adds a "Make album zip" button under every photo album, allowing you to download an entire album as a zip file. All photo's in this zip will be original quality. Informazioni di Base sull'Estensione
| Nome | |
| ID | glcnmmnhadkmgikpgciabebjmkocalga |
| URL Ufficiale | https://chromewebstore.google.com/detail/smartschool-plus/glcnmmnhadkmgikpgciabebjmkocalga |
| Descrizione | Add extra features to Smartschool |
| Dimensione del File | 622 KB |
| Conteggio Installazioni | 707 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2023-08-26 |
| Data di Pubblicazione | 2023-05-26 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | thomaspeetersdev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/thomaspeeters/smartschool-plus |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Smartschool Plus",
"description": "Add extra features to Smartschool",
"version": "2.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.smartschool.be\/*"
],
"js": [
"js\/jquery-3.7.0.min.js",
"js\/fontawesome-all.min.js",
"js\/zip-full.min.js",
"js\/content.js"
],
"css": [
"css\/style.css"
]
}
],
"background": {
"service_worker": "js\/service-worker.js"
},
"host_permissions": [
"https:\/\/*.smartschool.be\/*"
],
"icons": {
"16": "icon\/icon-16.png",
"32": "icon\/icon-32.png",
"48": "icon\/icon-48.png",
"128": "icon\/icon-128.png"
},
"permissions": [
"offscreen"
]
} | |