Github dark theme
This extension provides a simple dark theme for github.com
Wat is Github dark theme?
Github dark theme is een Chrome-extensie ontwikkeld door benrlodge, en de belangrijkste functie is "This extension provides a simple dark theme for github.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Github dark theme
Download Github 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
This extension provides a simple dark theme for github.com as an alternative to the default light theme. Basisinformatie over de Extensie
| Naam | |
| ID | llhodmljacflfmfdhpfkjlohlfgflhga |
| Officiële URL | https://chrome.google.com/webstore/detail/github-dark-theme/llhodmljacflfmfdhpfkjlohlfgflhga |
| Beschrijving | This extension provides a simple dark theme for github.com |
| Bestandsgrootte | 80.86 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-01-17 |
| Publicatiedatum | 2015-01-17 |
| Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | benrlodge |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Github dark theme",
"description": "This extension provides a simple dark theme for github.com",
"version": "1.0",
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*",
"https:\/\/www.github.com\/*\/*"
],
"css": [
"darktheme.css"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |