Webb Telescope - New Tab

Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.

O que é Webb Telescope - New Tab?

Webb Telescope - New Tab é uma extensão do Chrome desenvolvida por Searchbloc LLC, e sua principal característica é "Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Webb Telescope - New Tab

Baixe arquivos de extensão Webb Telescope - 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

                        Fills your new tabs with amazing images from the Webb Telescope in your new tab background, 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 accept and agree to installing Webb Telescope - New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the services in terms of use and privacy policy

https://webbtelescopenewtab.com/privacy.html
https://webbtelescopenewtab.com/terms.html                    

Informações Básicas da Extensão

Nome Webb Telescope - New Tab Webb Telescope - New Tab
ID lbhjhoplmadmeahiggmldibohffdccig
URL Oficial https://chrome.google.com/webstore/detail/webb-telescope-new-tab/lbhjhoplmadmeahiggmldibohffdccig
Descrição Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.
Tamanho do Arquivo 261 KB
Contagem de Instalações 575
Versão Atual 0.0.41
Última Atualização 2023-09-04
Data de Publicação 2023-04-03
Desenvolvedor Searchbloc LLC
Email [email protected]
URL da Página de Política de Privacidade https://webbtelescopenewtab.com/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webb Telescope - 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"
    },
    "host_permissions": [
        "*:\/\/webbtelescopenewtab.com\/*"
    ],
    "manifest_version": 3,
    "description": "Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.",
    "version": "0.0.41"
}