Yellow Landscape
Change current page background to yellow
Wat is Yellow Landscape?
Yellow Landscape is een Chrome-extensie ontwikkeld door dan.belz69, en de belangrijkste functie is "Change current page background to yellow".
Extensie Screenshots
Download het CRX-bestand van de extensie Yellow Landscape
Download Yellow Landscape-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
Change the standard background to yellow by choosing "Yellow Landscape" from the context menu.
Basisinformatie over de Extensie
Naam | |
ID | jgielablfighaafogapfgpnlieaajbgk |
Officiële URL | https://chrome.google.com/webstore/detail/yellow-landscape/jgielablfighaafogapfgpnlieaajbgk |
Beschrijving | Change current page background to yellow |
Bestandsgrootte | 5.52 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-06-19 |
Publicatiedatum | 2014-06-19 |
Beoordeling | 2.31/5 Totaal 13 Beoordelingen |
Ontwikkelaar | dan.belz69 |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Yellow Landscape", "description": "Change current page background to yellow", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |