sunglasses
Tints webpages so it doesn't hurt your eyes
Cos'è sunglasses?
sunglasses è un'estensione di Chrome sviluppata da joshuahou, e la sua funzione principale è "Tints webpages so it doesn't hurt your eyes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione sunglasses
Scarica i file di estensione sunglasses 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
Tints webpages so websites with white backgrounds don't hurt your eyes when you're computing in the dark. Monitors can set brightness, but only globally and not for webpages only, which are more likely to be brighter than terminal windows. Tweet @jshou if you have suggestions/bug reports. Version 1.1 * Updated for Chrome manifest v2 * Security updates Version 0.4.2 * Keyboard shortcuts! Try refreshing the tab if it doesn't work immediately. * Ctrl+shift+9 darkens, Ctrl+shift+8 lightens * The old shortcuts in 0.4.0 and 0.4.1 were causing problems in certain versions of Chrome. Please install the updated version if you have 0.4 or 0.4.1 installed. New in version 0.3: * Darkness settings persist across browser restarts
Informazioni di Base sull'Estensione
Nome | sunglasses |
ID | elcjekocfhomlfniihikpmbbgjdbgcoo |
URL Ufficiale | https://chromewebstore.google.com/detail/sunglasses/elcjekocfhomlfniihikpmbbgjdbgcoo |
Descrizione | Tints webpages so it doesn't hurt your eyes |
Dimensione del File | 34.71 KB |
Conteggio Installazioni | 2,200 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2012-07-28 |
Data di Pubblicazione | 2012-07-28 |
Valutazione | 4.15/5 Totale 79 Valutazioni |
Sviluppatore | joshuahou |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/jshou/sunglasses |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sunglasses", "version": "1.1", "description": "Tints webpages so it doesn't hurt your eyes", "icons": { "48": "images\/sunglasses_48.png", "128": "images\/sunglasses_128.png" }, "browser_action": { "default_icon": "images\/sunglasses_19.png", "default_title": "sunglasses settings", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", " |