U2 New Tab Page

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

¿Qué es U2 New Tab Page?

U2 New Tab Page es una extensión de Chrome desarrollada por Oasis, Inc., y su función principal es "Replaces your new tab page wtih a U2 lyric that will put you at ease.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión U2 New Tab Page

Descarga archivos de extensión U2 New Tab Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre U2 New Tab Page U2 New Tab Page
ID lepnmpbbpkgjkagkepnojmmachiegjgm
URL Oficial https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm
Descripción Replaces your new tab page wtih a U2 lyric that will put you at ease.
Tamaño del Archivo 749 KB
Cantidad de Instalaciones 25
Versión Actual 2.6
Última Actualización 2021-06-24
Fecha de Publicación 2021-01-25
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Oasis, Inc.
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://oasisinc.github.io/products/u2newtabpage.html
Idiomas Soportados 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
}