Background changer

This is a extension which change background image when you open new tab

Cos'è Background changer?

Background changer è un'estensione di Chrome sviluppata da keepeyezon.com, e la sua funzione principale è "This is a extension which change background image when you open new tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Background changer

Scarica i file di estensione Background changer 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

                        This is a extension which change background image randomly everytime when we open a new tab.                    

Informazioni di Base sull'Estensione

Nome Background changer Background changer
ID abghljkabehndngdedeomffainakibfo
URL Ufficiale https://chromewebstore.google.com/detail/background-changer/abghljkabehndngdedeomffainakibfo
Descrizione This is a extension which change background image when you open new tab
Dimensione del File 977 KB
Conteggio Installazioni 3,121
Versione Corrente 1.0
Ultimo Aggiornamento 2017-10-10
Data di Pubblicazione 2017-10-10
Valutazione 3.18/5 Totale 11 Valutazioni
Sviluppatore keepeyezon.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Background changer",
    "manifest_version": 2,
    "version": "1.0",
    "description": "This is a extension which change background image when you open new tab",
    "icons": {
        "16": "icons8-Responsive Filled-50.png",
        "48": "icons8-Responsive Filled-48.png",
        "128": "icons8-Responsive Filled-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newimg.html"
    },
    "permissions": [
        "https:\/\/source.unsplash.com\/"
    ]
}