Simple New Tab Page

Very simple, fast and reliable alternative to original New Tab Page from Google which so many of us both love and hate. Enjoy

什么是Simple New Tab Page?

Simple New Tab Page是由cTn开发的Chrome扩展程序,该扩展的主要功能是“Very simple, fast and reliable alternative to original New Tab Page from Google which so many of us both love and hate. Enjoy”。

扩展截图

screenshot
screenshot

下载Simple New Tab Page扩展crx文件

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

扩展使用说明

                        Very simple, fast and reliable alternative to original New Tab Page from Google which so many of us both love and hate.

Enjoy                    

扩展基本信息

名称 Simple New Tab Page Simple New Tab Page
ID mbnpppbcofpbimjeccbeecjempaneinl
官方URL https://chromewebstore.google.com/detail/simple-new-tab-page/mbnpppbcofpbimjeccbeecjempaneinl
简介 Very simple, fast and reliable alternative to original New Tab Page from Google which so many of us both love and hate. Enjoy
文件大小 116 KB
安装次数 59
当前版本 0.4
更新时间 2015-04-04
上架时间 2015-04-04
评分 3.00/5 共2次评分
开发者 cTn
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "37",
    "version": "0.4",
    "author": "cTn",
    "name": "Simple New Tab Page",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "topSites",
        "management",
        "sessions",
        "tabs",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    }
}