The Odin Project Dark Theme
Use dark theme on www.theodinproject.com
Wat is The Odin Project Dark Theme?
The Odin Project Dark Theme is een Chrome-extensie ontwikkeld door andyduss, en de belangrijkste functie is "Use dark theme on www.theodinproject.com".
Extensie Screenshots
Download het CRX-bestand van de extensie The Odin Project Dark Theme
Download The Odin Project 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
Created by a TOP Student Source code: https://github.com/mindovermiles262/top-dark-theme PRs Welcome
Basisinformatie over de Extensie
Naam | |
ID | omiecnmmajomefpodcdjkebeonieonef |
Officiële URL | https://chrome.google.com/webstore/detail/the-odin-project-dark-the/omiecnmmajomefpodcdjkebeonieonef |
Beschrijving | Use dark theme on www.theodinproject.com |
Bestandsgrootte | 56.43 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.2.9 |
Laatst Bijgewerkt | 2022-01-03 |
Publicatiedatum | 2019-03-12 |
Beoordeling | 4.88/5 Totaal 16 Beoordelingen |
Ontwikkelaar | andyduss |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.theodinproject.com |
Help Pagina-URL | https://andyduss.com |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Odin Project Dark Theme", "version": "2.2.9", "description": "Use dark theme on www.theodinproject.com", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.theodinproject.com\/*" ], "css": [ "darkMode.css" ] } ], "icons": { "16": "images\/odin16.png", "32": "images\/odin32.png", "48": "images\/odin48.png", "128": "images\/odin128.png" }, "manifest_version": 2 } |