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 | 
| 官方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
}  |  |