Landscapes In Your New Tab

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

O que é Landscapes In Your New Tab?

Landscapes In Your New Tab é uma extensão do Chrome desenvolvida por Kleveer Ltd, e sua principal característica é "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Landscapes In Your New Tab

Baixe arquivos de extensão Landscapes In Your New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Landscapes In Your New Tab Landscapes In Your New Tab
ID fmdfnigadlmkmhilakkkidahojieddpc
URL Oficial https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc
Descrição Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.
Tamanho do Arquivo 237 KB
Contagem de Instalações 9,131
Versão Atual 0.0.39
Última Atualização 2022-06-09
Data de Publicação 2022-06-09
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor Kleveer Ltd
Email [email protected]
URL da Página de Política de Privacidade https://landscape-theme.com/privacy.html
Idiomas Suportados 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\/*"
    ]
}