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是由Oasis, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Replaces your new tab page wtih a U2 lyric that will put you at ease.”。
擴展截圖
下載U2 New Tab Page擴展crx文件
下載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?                     擴展基本資訊
| 名稱 |   |  
| ID | lepnmpbbpkgjkagkepnojmmachiegjgm | 
| 官方網址 | 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
}  |  |