U2 New Tab Page

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

Wat is U2 New Tab Page?

U2 New Tab Page is een Chrome-extensie ontwikkeld door Oasis, Inc., en de belangrijkste functie is "Replaces your new tab page wtih a U2 lyric that will put you at ease.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie U2 New Tab Page

Download U2 New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam U2 New Tab Page U2 New Tab Page
ID lepnmpbbpkgjkagkepnojmmachiegjgm
Officiële URL https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm
Beschrijving Replaces your new tab page wtih a U2 lyric that will put you at ease.
Bestandsgrootte 749 KB
Aantal Installaties 25
Huidige Versie 2.6
Laatst Bijgewerkt 2021-06-24
Publicatiedatum 2021-01-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Oasis, Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://oasisinc.github.io/products/u2newtabpage.html
Ondersteunde Talen 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
}