Change Background, set custom wallpaper

This extension sets custom background for web-page

Cos'è Change Background, set custom wallpaper?

Change Background, set custom wallpaper è un'estensione di Chrome sviluppata da shulaykin1, e la sua funzione principale è "This extension sets custom background for web-page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Change Background, set custom wallpaper

Scarica i file di estensione Change Background, set custom wallpaper 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 extension sets custom background for web-page. 
To set custom background you need:
1) find nice background picture;
2) copy URL of your picture;
3) open web-page, that you like;
4) click on icon of extention; 
5) paste URL and press OK - it adds your picture in PictureList;
6) click on your Picture in PictureList; 

It may not work on some web-sites. 
If you want help me improve this extension and add support of web-pages you want, please contact me. [email protected];                    

Informazioni di Base sull'Estensione

Nome Change Background, set custom wallpaper Change Background, set custom wallpaper
ID nnpojipjpkoejmlcpkiedbgjlgikpndl
URL Ufficiale https://chromewebstore.google.com/detail/change-background-set-cus/nnpojipjpkoejmlcpkiedbgjlgikpndl
Descrizione This extension sets custom background for web-page
Dimensione del File 30.06 KB
Conteggio Installazioni 785
Versione Corrente 1.1
Ultimo Aggiornamento 2016-09-21
Data di Pubblicazione 2016-09-21
Valutazione 2.93/5 Totale 15 Valutazioni
Sviluppatore shulaykin1
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Change Background, set custom wallpaper",
    "description": "This extension sets custom background for web-page",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js",
                "popup.js",
                "options.js"
            ]
        }
    ]
}