U2 New Tab Page

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

Apa itu U2 New Tab Page?

U2 New Tab Page adalah ekstensi Chrome yang dikembangkan oleh Oasis, Inc., dan fitur utamanya adalah "Replaces your new tab page wtih a U2 lyric that will put you at ease.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi U2 New Tab Page

Unduh file ekstensi U2 New Tab Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama U2 New Tab Page U2 New Tab Page
ID lepnmpbbpkgjkagkepnojmmachiegjgm
URL Resmi https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm
Deskripsi Replaces your new tab page wtih a U2 lyric that will put you at ease.
Ukuran File 749 KB
Jumlah Instalasi 25
Versi Saat Ini 2.6
Terakhir Diperbarui 2021-06-24
Tanggal Publikasi 2021-01-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Oasis, Inc.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://oasisinc.github.io/products/u2newtabpage.html
Bahasa yang Didukung 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
}