Compass Dark Theme
Turn your compass school portal into a simpler and sleek looking design!
Wat is Compass Dark Theme?
Compass Dark Theme is een Chrome-extensie ontwikkeld door Valeriy Djulai, en de belangrijkste functie is "Turn your compass school portal into a simpler and sleek looking design!".
Extensie Screenshots
Download het CRX-bestand van de extensie Compass Dark Theme
Download Compass Dark Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | djgcpgfednpfkdhoodgiokdelmefkine |
Officiële URL | https://chromewebstore.google.com/detail/compass-dark-theme/djgcpgfednpfkdhoodgiokdelmefkine |
Beschrijving | Turn your compass school portal into a simpler and sleek looking design! |
Bestandsgrootte | 303 KB |
Aantal Installaties | 206 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-05-13 |
Publicatiedatum | 2019-05-13 |
Beoordeling | 4.38/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Valeriy Djulai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://mortalis.me |
Help Pagina-URL | http://mortalis.me |
Ondersteunde Talen | 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" ] } |