Yellow Landscape

Change current page background to yellow

What is Yellow Landscape?

Yellow Landscape is a Chrome extension developed by dan.belz69, and its main feature is "Change current page background to yellow".

Extension Screenshots

screenshot

Download Yellow Landscape Extension CRX File

Download Yellow Landscape extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Change the standard background to yellow by choosing "Yellow Landscape" from the context menu.                    

Extension Basic Information

Name Yellow Landscape Yellow Landscape
ID jgielablfighaafogapfgpnlieaajbgk
Official URL https://chrome.google.com/webstore/detail/yellow-landscape/jgielablfighaafogapfgpnlieaajbgk
Description Change current page background to yellow
File Size 5.52 KB
Installation Count 10,000
Current Version 0.1
Last Updated 2014-06-19
Publish Date 2014-06-19
Rating 2.31/5 Total 13 Ratings
Developer dan.belz69
Payment Type free
Supported Languages 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
}