Empty New Tab Page

With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.

什么是Empty New Tab Page?

Empty New Tab Page是由✰✰✰✰✰✰开发的Chrome扩展程序,该扩展的主要功能是“With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.”。

扩展截图

screenshot

下载Empty New Tab Page扩展crx文件

下载Empty New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Empty New Tab Page Empty New Tab Page
ID ldnoknppacjpejoacooogblpenmdligp
官方URL https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp
简介 With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
文件大小 6.71 KB
安装次数 103
当前版本 1.1.2
更新时间 2016-01-16
上架时间 2016-01-16
评分 5.00/5 共1次评分
开发者 ✰✰✰✰✰✰
付费类型 free
支持的语言 de,en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "empty_newtab.html"
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}