Lightweight New Tab Page

Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.

什么是Lightweight New Tab Page?

Lightweight New Tab Page是由DJ Madeira开发的Chrome扩展程序,该扩展的主要功能是“Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.”。

扩展截图

screenshot
screenshot
screenshot

下载Lightweight New Tab Page扩展crx文件

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

扩展使用说明

                        Best features:

- Lightning fast (~20ms)
- Full CSS customization
- Custom quick links
- Accessible
- Cache & history clearing tools
- Chrome-native feel

If you want a new feature, you can file an issue or submit a pull request on GitHub:
https://github.com/djmadeira/lightweight-new-tab-page

However, I'm going to be pretty conservative on what get's added. I want this to stay very, very simple.

Store image background credit: Abdul Rahman https://www.flickr.com/photos/yunir/15647252567                    

扩展基本信息

名称 Lightweight New Tab Page Lightweight New Tab Page
ID cahfgmimpeeiibiicmeengglhpnhbkki
官方URL https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki
简介 Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
文件大小 35.08 KB
安装次数 80
当前版本 1.2.3
更新时间 2015-04-14
上架时间 2015-04-14
评分 4.33/5 共9次评分
开发者 DJ Madeira
付费类型 free
扩展官网 https://github.com/djmadeira/lightweight-new-tab-page
帮助页面URL https://github.com/djmadeira/lightweight-new-tab-page/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightweight New Tab Page",
    "short_name": "Lightweight New Tab",
    "description": "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.",
    "author": "DJ Madeira",
    "version": "1.2.3",
    "permissions": [
        "tabs",
        "browsingData",
        "history",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}