Lamenewtabpage

Replace the New Tab Page with your choice.

什么是Lamenewtabpage?

Lamenewtabpage是由dr.zaus开发的Chrome扩展程序,该扩展的主要功能是“Replace the New Tab Page with your choice.”。

扩展截图

screenshot
screenshot

下载Lamenewtabpage扩展crx文件

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

扩展使用说明

                        Allows you to "customize" the New Tab Page by specifying an alternate URL to redirect.  Provides common examples (such as Chrome's App page, settings, extensions, as well as popular social media sites.

Based on the excellent New Tab Redirect extension, but with less "fluff".  Source code at https://github.com/zaus/chrome-ext-lamenewtabpage.

Options:
* The url to redirect to
* includes dropdown list of common examples
* An optional delay before redirecting (which lets you start typing a URL immediately, without needing to delete the redirected url)
* Debug mode -- just dumps some system events to the console

**Permissions**

* storage -- so it can sync your settings across browser instances.                    

扩展基本信息

名称 Lamenewtabpage Lamenewtabpage
ID enbepoacecmhfdbbigckfepbjdaehhcp
官方URL https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp
简介 Replace the New Tab Page with your choice.
文件大小 12.68 KB
安装次数 57
当前版本 0.2
更新时间 2014-05-15
上架时间 2014-05-15
开发者 dr.zaus
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lamenewtabpage",
    "version": "0.2",
    "description": "Replace the New Tab Page with your choice.",
    "icons": {
        "128": "icon96.png",
        "48": "icon48.png"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "incognito": "split"
}