Compass Dark Theme
Turn your compass school portal into a simpler and sleek looking design!
Cos'è Compass Dark Theme?
Compass Dark Theme è un'estensione di Chrome sviluppata da Valeriy Djulai, e la sua funzione principale è "Turn your compass school portal into a simpler and sleek looking design!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Compass Dark Theme
Scarica i file di estensione Compass Dark Theme 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
Are you tired of the classic, boring and ugly compass interface? Well here's a nice extension to spice things up. Introducing dark theme for compass, a visual overhaul for the educational website Compass. Expect more themes in the near future.
Informazioni di Base sull'Estensione
Nome | |
ID | djgcpgfednpfkdhoodgiokdelmefkine |
URL Ufficiale | https://chromewebstore.google.com/detail/compass-dark-theme/djgcpgfednpfkdhoodgiokdelmefkine |
Descrizione | Turn your compass school portal into a simpler and sleek looking design! |
Dimensione del File | 303 KB |
Conteggio Installazioni | 206 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-05-13 |
Data di Pubblicazione | 2019-05-13 |
Valutazione | 4.38/5 Totale 13 Valutazioni |
Sviluppatore | Valeriy Djulai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://mortalis.me |
URL della Pagina di Aiuto | http://mortalis.me |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Compass Dark Theme", "version": "1.2", "description": "Turn your compass school portal into a simpler and sleek looking design!", "manifest_version": 2, "browser_action": { "default_popup": "options.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.compass.education\/*" ], "run_at": "document_start", "js": [ "inject.js" ] }, { "matches": [ "https:\/\/*.compass.education\/*" ], "js": [ "site.js" ] } ], "icons": { "128": "logo.png" }, "web_accessible_resources": [ "images\/*.png", "styles\/*.css", "options.js" ] } |