Landscapes In Your New Tab

Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.

Cos'è Landscapes In Your New Tab?

Landscapes In Your New Tab è un'estensione di Chrome sviluppata da Kleveer Ltd, e la sua funzione principale è "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Landscapes In Your New Tab

Scarica i file di estensione Landscapes In Your New Tab 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

                        Landscapes In Your New Tab fills your new tabs with amazing landscape backgrounds, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab.  To change the background image click the Change Background Icon in the top right on new tab.

By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below.  Please note this extension changes your new tab search to results powered by bing.com.

https://landscape-theme.com/privacy.html
https://landscape-theme.com/terms.html                    

Informazioni di Base sull'Estensione

Nome Landscapes In Your New Tab Landscapes In Your New Tab
ID fmdfnigadlmkmhilakkkidahojieddpc
URL Ufficiale https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc
Descrizione Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.
Dimensione del File 237 KB
Conteggio Installazioni 9,131
Versione Corrente 0.0.39
Ultimo Aggiornamento 2022-06-09
Data di Pubblicazione 2022-06-09
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore Kleveer Ltd
Email [email protected]
URL della Pagina della Politica sulla Privacy https://landscape-theme.com/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Landscapes In Your New Tab",
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 3,
    "description": "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.",
    "version": "0.0.39",
    "host_permissions": [
        "*:\/\/landscape-theme.com\/*"
    ]
}