U2 New Tab Page

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

U2 New Tab Pageคืออะไร?

U2 New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oasis, Inc. และคุณลักษณะหลักของมันคือ "Replaces your new tab page wtih a U2 lyric that will put you at ease."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย U2 New Tab Page

ดาวน์โหลดไฟล์ส่วนขยาย U2 New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ U2 New Tab Page U2 New Tab Page
ID lepnmpbbpkgjkagkepnojmmachiegjgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm
คำอธิบาย Replaces your new tab page wtih a U2 lyric that will put you at ease.
ขนาดไฟล์ 749 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 2.6
อัปเดตครั้งล่าสุด 2021-06-24
วันที่เผยแพร่ 2021-01-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Oasis, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://oasisinc.github.io/products/u2newtabpage.html
ภาษาที่รองรับ 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
}