My New Tab
Create your own personalized New Tab page using a custom URL or simply a plain color.
什么是My New Tab?
My New Tab是由Dominic Lacaille开发的Chrome扩展程序,该扩展的主要功能是“Create your own personalized New Tab page using a custom URL or simply a plain color.”。
扩展截图
下载My New Tab扩展crx文件
下载My New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create your own personalized New Tab page using a custom URL or simply a plain color. Make use of the boring New Tab page by customizing it to your liking. Display any web page when a tab is created to browse faster and more efficiently. With this extension you can use the New Tab page the same way as before, the URL in the address bar stays empty and automatically gets focus as with the default New Tab page! This application displays a white page by default when a new tab is opened. To customize this behavior, please navigate to chrome settings > extensions > My New Tab options. For security purposes, web sites displayed in the New Tab page will not have access to your computer's cookies or local storage.
扩展基本信息
名称 | My New Tab |
ID | hkamannimdppjgaefkfadajfacnajmoe |
官方URL | https://chromewebstore.google.com/detail/my-new-tab/hkamannimdppjgaefkfadajfacnajmoe |
简介 | Create your own personalized New Tab page using a custom URL or simply a plain color. |
文件大小 | 124 KB |
安装次数 | 127 |
当前版本 | 1.0.1 |
更新时间 | 2014-01-16 |
上架时间 | 2014-01-15 |
评分 | 4.18/5 共11次评分 |
开发者 | Dominic Lacaille |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "frame.html" }, "description": "Create your own personalized New Tab page using a custom URL or simply a plain color.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "My New Tab", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |