Empty New Tab
Hide the Most Visited part in New Tab page.
什么是Empty New Tab?
Empty New Tab是由phmngcduy开发的Chrome扩展程序,该扩展的主要功能是“Hide the Most Visited part in New Tab page.”。
扩展截图
下载Empty New Tab扩展crx文件
下载Empty New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The rest (search, theme...) still remains.
扩展基本信息
名称 | |
ID | lcpjccppdipliciojccbebphlpmfhcmm |
官方URL | https://chrome.google.com/webstore/detail/empty-new-tab/lcpjccppdipliciojccbebphlpmfhcmm |
简介 | Hide the Most Visited part in New Tab page. |
文件大小 | 3.08 KB |
安装次数 | 199 |
当前版本 | 1.3 |
更新时间 | 2017-02-02 |
上架时间 | 2017-02-02 |
评分 | 4.08/5 共13次评分 |
开发者 | phmngcduy |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3", "name": "Empty New Tab", "description": "Hide the Most Visited part in New Tab page.", "content_scripts": [ { "matches": [ "*:\/\/*\/_\/chrome\/newtab*" ], "css": [ "novisited.css" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |