New Tab Page - Blank
opens a blank page as new tab page
什么是New Tab Page - Blank?
New Tab Page - Blank是由mosterme开发的Chrome扩展程序,该扩展的主要功能是“opens a blank page as new tab page”。
扩展截图
下载New Tab Page - Blank扩展crx文件
下载New Tab Page - Blank扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* no background page * no options * no special permissions * no funny stuff
扩展基本信息
名称 | New Tab Page - Blank |
ID | nenecpikdapoaemacjppaimlcgknbijk |
官方URL | https://chromewebstore.google.com/detail/new-tab-page-blank/nenecpikdapoaemacjppaimlcgknbijk |
简介 | opens a blank page as new tab page |
文件大小 | 3.43 KB |
安装次数 | 111 |
当前版本 | 0.11 |
更新时间 | 2014-03-16 |
上架时间 | 2014-03-15 |
评分 | 5.00/5 共3次评分 |
开发者 | mosterme |
付费类型 | free |
扩展官网 | https://github.com/mosterme/chrome-extension-ntp-blank |
支持的语言 | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "b.html" }, "icons": { "48": "48.png" }, "description": "opens a blank page as new tab page", "manifest_version": 2, "name": "New Tab Page - Blank", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.11" } |