U2 New Tab Page

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

Cos'è U2 New Tab Page?

U2 New Tab Page è un'estensione di Chrome sviluppata da Oasis, Inc., e la sua funzione principale è "Replaces your new tab page wtih a U2 lyric that will put you at ease.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione U2 New Tab Page

Scarica i file di estensione U2 New Tab Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome U2 New Tab Page U2 New Tab Page
ID lepnmpbbpkgjkagkepnojmmachiegjgm
URL Ufficiale https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm
Descrizione Replaces your new tab page wtih a U2 lyric that will put you at ease.
Dimensione del File 749 KB
Conteggio Installazioni 25
Versione Corrente 2.6
Ultimo Aggiornamento 2021-06-24
Data di Pubblicazione 2021-01-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Oasis, Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://oasisinc.github.io/products/u2newtabpage.html
Lingue Supportate 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
}