Homepage Customizer and Wallpapers HD

Customize your homepage with wallpapers hd

Cos'è Homepage Customizer and Wallpapers HD?

Homepage Customizer and Wallpapers HD è un'estensione di Chrome sviluppata da http://www.slidingtabs.com, e la sua funzione principale è "Customize your homepage with wallpapers hd".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Homepage Customizer and Wallpapers HD

Scarica i file di estensione Homepage Customizer and Wallpapers HD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Homepage Customizer and Wallpapers HD Homepage Customizer and Wallpapers HD
ID jhlaheleiafkaapojpkbgfpbjocnhmek
URL Ufficiale https://chrome.google.com/webstore/detail/homepage-customizer-and-w/jhlaheleiafkaapojpkbgfpbjocnhmek
Descrizione Customize your homepage with wallpapers hd
Dimensione del File 389 KB
Conteggio Installazioni 12
Versione Corrente 1.2
Ultimo Aggiornamento 2018-04-14
Data di Pubblicazione 2018-04-14
Sviluppatore http://www.slidingtabs.com
Tipo di Pagamento free
Lingue Supportate 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
}