World Wonders

An excellent new tab extension for your Chrome browser with a World Wonders theme.

O que é World Wonders?

World Wonders é uma extensão do Chrome desenvolvida por product, e sua principal característica é "An excellent new tab extension for your Chrome browser with a World Wonders theme.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão World Wonders

Baixe arquivos de extensão World Wonders 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

                        Explore breathtaking views of iconic landmarks while you search the web. With every new tab, you'll be transported to a different corner of the world, inspiring your next adventure or simply providing a moment of visual delight. 
Enhance your browsing experience and bring the world to your fingertips with our new tab extension.

You accept the EULA and Privacy Policy and agree to select World Wonders Tab as your new tab page by installing the "World Wonders Tab" extension.

Yahoo will offer the search tools that will be used in the Addon. However, your browser's default search settings won't alter due to the extension.

Privacy Policy: https://www.worldwonderstab.com/privacy

Terms of Service: https://www.worldwonderstab.com/tos                    

Informações Básicas da Extensão

Nome World Wonders World Wonders
ID anbenmfochkikpalmdbelnbgbkpioben
URL Oficial https://chromewebstore.google.com/detail/world-wonders/anbenmfochkikpalmdbelnbgbkpioben
Descrição An excellent new tab extension for your Chrome browser with a World Wonders theme.
Tamanho do Arquivo 2.8 MB
Contagem de Instalações 1,284
Versão Atual 1.1.0
Última Atualização 2023-05-29
Data de Publicação 2023-04-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor product
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.worldwonderstab.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "World Wonders",
    "version": "1.1.0",
    "description": "An excellent new tab extension for your Chrome browser with a World Wonders theme.",
    "icons": {
        "16": "assets\/icons\/16px.png",
        "96": "assets\/icons\/96px.png",
        "128": "assets\/icons\/128px.png"
    },
    "author": "Candy Tech",
    "homepage_url": "https:\/\/www.worldwonderstab.com\/",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.worldwonderstab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "background": {
        "service_worker": "mainClass.js",
        "type": "module"
    }
}