Homepage Customizer and Wallpapers HD

Customize your homepage with wallpapers hd

What is Homepage Customizer and Wallpapers HD?

Homepage Customizer and Wallpapers HD is a Chrome extension developed by http://www.slidingtabs.com, and its main feature is "Customize your homepage with wallpapers hd".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Homepage Customizer and Wallpapers HD Extension CRX File

Download Homepage Customizer and Wallpapers HD 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

                        Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.                    

Extension Basic Information

Name Homepage Customizer and Wallpapers HD Homepage Customizer and Wallpapers HD
ID jhlaheleiafkaapojpkbgfpbjocnhmek
Official URL https://chrome.google.com/webstore/detail/homepage-customizer-and-w/jhlaheleiafkaapojpkbgfpbjocnhmek
Description Customize your homepage with wallpapers hd
File Size 389 KB
Installation Count 12
Current Version 1.2
Last Updated 2018-04-14
Publish Date 2018-04-14
Developer http://www.slidingtabs.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homepage Customizer and Wallpapers HD",
    "version": "1.2",
    "description": "Customize your homepage with wallpapers hd",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "customizer.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}