NCT New Tab
Replaces each new tab with an NCT picture and quote.
什么是NCT New Tab?
NCT New Tab是由jennifer开发的Chrome扩展程序,该扩展的主要功能是“Replaces each new tab with an NCT picture and quote.”。
扩展截图
下载NCT New Tab扩展crx文件
下载NCT New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NCT New Tab replaces each new tab page with an NCT picture and quote. There are over 200 combinations of background colors, pictures, and quotes!
扩展基本信息
名称 | NCT New Tab |
ID | fgigciogjfempoibledajebmlabaekee |
官方URL | https://chromewebstore.google.com/detail/nct-new-tab/fgigciogjfempoibledajebmlabaekee |
简介 | Replaces each new tab with an NCT picture and quote. |
文件大小 | 13.54 MB |
安装次数 | 524 |
当前版本 | 1.1 |
更新时间 | 2021-01-07 |
上架时间 | 2020-12-29 |
评分 | 5.00/5 共3次评分 |
开发者 | jennifer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NCT New Tab", "version": "1.1", "manifest_version": 2, "description": "Replaces each new tab with an NCT picture and quote.", "chrome_url_overrides": { "newtab": "page.html" }, "icons": { "16": "smalljaemin.png", "32": "smalljaemin.png", "48": "smalljaemin.png", "128": "smalljaemin.png" }, "browser_action": { "default_title": "NCT New Tab", "default_icon": "smalljaemin.png" } } |