Homepage Customizer and Wallpapers HD

Customize your homepage with wallpapers hd

Vad är Homepage Customizer and Wallpapers HD?

Homepage Customizer and Wallpapers HD är en Chrome-tillägg utvecklad av http://www.slidingtabs.com, och dess huvudfunktion är "Customize your homepage with wallpapers hd".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Homepage Customizer and Wallpapers HD-förlängningens CRX-fil

Ladda ner Homepage Customizer and Wallpapers HD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Homepage Customizer and Wallpapers HD Homepage Customizer and Wallpapers HD
ID jhlaheleiafkaapojpkbgfpbjocnhmek
Officiell webbadress https://chrome.google.com/webstore/detail/homepage-customizer-and-w/jhlaheleiafkaapojpkbgfpbjocnhmek
Beskrivning Customize your homepage with wallpapers hd
Filstorlek 389 KB
Antal Installationer 12
Aktuell Version 1.2
Senast Uppdaterad 2018-04-14
Publiceringsdatum 2018-04-14
Utvecklare http://www.slidingtabs.com
Betalningssätt free
Stödda Språk 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
}