DMOJ Dark Theme
Late Night Coding Sessions Hurt Your Eyes
Qu'est-ce que DMOJ Dark Theme ?
DMOJ Dark Theme est une extension Chrome développée par David Li, et sa fonction principale est "Late Night Coding Sessions Hurt Your Eyes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DMOJ Dark Theme
Téléchargez les fichiers d'extension DMOJ Dark Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
CSS "borrowed" from: https://dmoj.ca/user/KevinLu Use This to set your DMOJ site to dark automatically when you visit the site! Also install for that thicc perfect CCC senior score Upcoming Features: Automatically Switch Between Night/Day Mode Custom Colours Changelog: V 0.1.1 - Made Links Within Content Body Orange
Informations de Base sur l'Extension
Nom | DMOJ Dark Theme |
ID | ngfbccjbgpahkoicflnagejcobebddaf |
URL Officiel | https://chromewebstore.google.com/detail/dmoj-dark-theme/ngfbccjbgpahkoicflnagejcobebddaf |
Description | Late Night Coding Sessions Hurt Your Eyes |
Taille du Fichier | 33.37 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2018-09-19 |
Date de Publication | 2018-09-18 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | David Li |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DMOJ Dark Theme", "version": "0.1.1", "description": "Late Night Coding Sessions Hurt Your Eyes", "content_scripts": [ { "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/dmoj.ca\/*" ] } ] } |