New Look New Tab
Changes the default look of the new tab screen
什么是New Look New Tab?
New Look New Tab是由Euan开发的Chrome扩展程序,该扩展的主要功能是“Changes the default look of the new tab screen”。
扩展截图
下载New Look New Tab扩展crx文件
下载New Look New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension which changes the look of Google Chrome's new tab page. Changelog: Version 1.0.0 -- First public version Version 1.0.2 -- Added a shade to the background of the clock container, to allow for easier reading of the clock Version 1.0.4 -- Added a border radius (curved edges) to the clock's container, giving the container a less sharp look Version 1.0.5 -- Renamed the project Version 1.0.6 -- Removed redundant css, changed the cursor when the clock is hovered over Version 1.0.7 -- Made the clock text unselectable Version 1.0.8 -- Added a shortcut to take the user to a search engine homepage Version 1.0.9 -- Increased size of search icon to make it more visible Version 1.1.0 -- Added an icon for the project
扩展基本信息
名称 | New Look New Tab |
ID | nmfimijihijhfnoiekkadhfpkigdlnii |
官方URL | https://chromewebstore.google.com/detail/new-look-new-tab/nmfimijihijhfnoiekkadhfpkigdlnii |
简介 | Changes the default look of the new tab screen |
文件大小 | 388 KB |
安装次数 | 14 |
当前版本 | 1.1.1 |
更新时间 | 2018-03-14 |
上架时间 | 2018-03-14 |
评分 | 5.00/5 共1次评分 |
开发者 | Euan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Look New Tab", "description": "Changes the default look of the new tab screen", "icons": { "128": "icon-128.png" }, "version": "1.1.1", "browser_action": { "default_icon": "icon-128.png", "default_title": "New Look New Tab" }, "manifest_version": 2, "chrome_url_overrides": { "newtab": "newtab.html" } } |