U2 New Tab Page

Replaces your new tab page wtih a U2 lyric that will put you at ease.

O que é U2 New Tab Page?

U2 New Tab Page é uma extensão do Chrome desenvolvida por Oasis, Inc., e sua principal característica é "Replaces your new tab page wtih a U2 lyric that will put you at ease.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão U2 New Tab Page

Baixe arquivos de extensão U2 New Tab Page 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

                        Download this extension to get a dose of U2 wisdom every time you open a new tab page. What more could one want?                    

Informações Básicas da Extensão

Nome U2 New Tab Page U2 New Tab Page
ID lepnmpbbpkgjkagkepnojmmachiegjgm
URL Oficial https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm
Descrição Replaces your new tab page wtih a U2 lyric that will put you at ease.
Tamanho do Arquivo 749 KB
Contagem de Instalações 25
Versão Atual 2.6
Última Atualização 2021-06-24
Data de Publicação 2021-01-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Oasis, Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://oasisinc.github.io/products/u2newtabpage.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "U2 New Tab Page",
    "version": "2.6",
    "description": "Replaces your new tab page wtih a U2 lyric that will put you at ease.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "manifest_version": 2
}