Solarize the Web
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Cos'è Solarize the Web?
Solarize the Web è un'estensione di Chrome sviluppata da alice.writes.wrongs, e la sua funzione principale è "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".
Scarica il file CRX dell'estensione Solarize the Web
Scarica i file di estensione Solarize the Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux wiki).
Informazioni di Base sull'Estensione
Nome | |
ID | cglngnapainckmmknogiipogjcfbbeco |
URL Ufficiale | https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco |
Descrizione | Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux… |
Dimensione del File | 7.64 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-01-07 |
Data di Pubblicazione | 2017-01-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | alice.writes.wrongs |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/aliceriot/solarize_the_web |
Lingue Supportate | 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" ] } ] } |