U2 New Tab Page

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

What is U2 New Tab Page?

U2 New Tab Page is a Chrome extension developed by Oasis, Inc., and its main feature is "Replaces your new tab page wtih a U2 lyric that will put you at ease.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download U2 New Tab Page Extension CRX File

Download U2 New Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name U2 New Tab Page U2 New Tab Page
ID lepnmpbbpkgjkagkepnojmmachiegjgm
Official URL https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm
Description Replaces your new tab page wtih a U2 lyric that will put you at ease.
File Size 749 KB
Installation Count 25
Current Version 2.6
Last Updated 2021-06-24
Publish Date 2021-01-25
Rating 5.00/5 Total 2 Ratings
Developer Oasis, Inc.
Email [email protected]
Payment Type free
Extension Website https://oasisinc.github.io/products/u2newtabpage.html
Supported Languages 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
}