Solarize the Web
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Wat is Solarize the Web?
Solarize the Web is een Chrome-extensie ontwikkeld door alice.writes.wrongs, en de belangrijkste functie is "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".
Download het CRX-bestand van de extensie Solarize the Web
Download Solarize the Web-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
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux wiki).
Basisinformatie over de Extensie
Naam | |
ID | cglngnapainckmmknogiipogjcfbbeco |
Officiële URL | https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco |
Beschrijving | Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux… |
Bestandsgrootte | 7.64 KB |
Aantal Installaties | 39 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-01-07 |
Publicatiedatum | 2017-01-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | alice.writes.wrongs |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/aliceriot/solarize_the_web |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Solarize the Web", "version": "0.1", "short_name": "Add solarized to everything!", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "css\/github.css" ] }, { "matches": [ "https:\/\/*.wikipedia.org\/*", "https:\/\/wiki.archlinux.org\/*" ], "css": [ "css\/mediawiki.css" ] }, { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "css\/google.css" ] }, { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "css": [ "css\/hackernews.css" ] } ] } |