Apple Green
Change all web pages background color to apple green for protecting eyes.
Cos'è Apple Green?
Apple Green è un'estensione di Chrome sviluppata da yanlong, e la sua funzione principale è "Change all web pages background color to apple green for protecting eyes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Apple Green
Scarica i file di estensione Apple Green 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
This extension will change every page's background color to apple green which is a magic color for relaxing your eyes.
Informazioni di Base sull'Estensione
Nome | Apple Green |
ID | edmkmnjkagnlalaamoaoihblemaeedib |
URL Ufficiale | https://chromewebstore.google.com/detail/apple-green/edmkmnjkagnlalaamoaoihblemaeedib |
Descrizione | Change all web pages background color to apple green for protecting eyes. |
Dimensione del File | 25.09 KB |
Conteggio Installazioni | 4,156 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-12-27 |
Data di Pubblicazione | 2013-12-27 |
Valutazione | 3.98/5 Totale 46 Valutazioni |
Sviluppatore | yanlong |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "context.js" ], "matches": [ "http:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Change all web pages background color to apple green for protecting eyes.", "icons": { "128": "apple128.png", "16": "apple16.png", "48": "apple48.png" }, "name": "Apple Green", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2 } |