Solarize the Web
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Hvad er Solarize the Web?
Solarize the Web er en Chrome-udvidelse udviklet af alice.writes.wrongs, og dens hovedfunktion er "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".
Download Solarize the Web-udvidelses-CRX-fil
Download Solarize the Web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux wiki).
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cglngnapainckmmknogiipogjcfbbeco |
Officiel URL | https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco |
Beskrivelse | Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux… |
Filstørrelse | 7.64 KB |
Antal Installationer | 39 |
Nuværende Version | 0.1 |
Senest Opdateret | 2017-01-07 |
Udgivelsesdato | 2017-01-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | alice.writes.wrongs |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/aliceriot/solarize_the_web |
Understøttede Sprog | 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" ] } ] } |