Styled Background

Display home and new tab background with different background images

What is Styled Background?

Styled Background is a Chrome extension developed by Nick, and its main feature is "Display home and new tab background with different background images".

Extension Screenshots

screenshot
screenshot
screenshot

Download Styled Background Extension CRX File

Download Styled Background 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

                        Styled Background Displays Daily new background images and quotes.
make images favorite and the favorite image will not change on next day.
You can choose any background from images list.                    

Extension Basic Information

Name Styled Background Styled Background
ID iclgcndcdfheagebpphcnlafpilpefcn
Official URL https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn
Description Display home and new tab background with different background images
File Size 650 KB
Installation Count 11
Current Version 1.0.1
Last Updated 2017-05-26
Publish Date 2017-05-26
Rating 5.00/5 Total 5 Ratings
Developer Nick
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Styled Background",
    "description": "Display home and new tab background with different background images",
    "version": "1.0.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "incognito": "not_allowed",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}