Apple Green
Change all web pages background color to apple green for protecting eyes.
Wat is Apple Green?
Apple Green is een Chrome-extensie ontwikkeld door yanlong, en de belangrijkste functie is "Change all web pages background color to apple green for protecting eyes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Apple Green
Download Apple Green-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
This extension will change every page's background color to apple green which is a magic color for relaxing your eyes.
Basisinformatie over de Extensie
Naam | Apple Green |
ID | edmkmnjkagnlalaamoaoihblemaeedib |
Officiële URL | https://chromewebstore.google.com/detail/apple-green/edmkmnjkagnlalaamoaoihblemaeedib |
Beschrijving | Change all web pages background color to apple green for protecting eyes. |
Bestandsgrootte | 25.09 KB |
Aantal Installaties | 4,156 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-12-27 |
Publicatiedatum | 2013-12-27 |
Beoordeling | 3.98/5 Totaal 46 Beoordelingen |
Ontwikkelaar | yanlong |
Betalingswijze | free |
Ondersteunde Talen | 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 } |