minimal-new-tab

(FINISHED) Replacement of the new tab for Google Chrome

什么是minimal-new-tab?

minimal-new-tab是由durancristhian开发的Chrome扩展程序,该扩展的主要功能是“(FINISHED) Replacement of the new tab for Google Chrome”。

扩展截图

screenshot

下载minimal-new-tab扩展crx文件

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

扩展使用说明

                        (FINISHED) Replacement of the new tab for Google Chrome

Version 1.0:
- Deleted extra functionality and commented code

Versión 0.3:
- Added animate.css animations and daily quotes

Versión 0.2:
- ToDo list added at the right

Versión 0.1:
- Added centered day and hour                    

扩展基本信息

名称 minimal-new-tab minimal-new-tab
ID nljoaafhkenagpclofihfbfhkhddhdlk
官方URL https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk
简介 (FINISHED) Replacement of the new tab for Google Chrome
文件大小 575 KB
安装次数 24
当前版本 1.0
更新时间 2015-11-29
上架时间 2015-11-29
评分 4.67/5 共3次评分
开发者 durancristhian
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "minimal-new-tab",
    "description": "(FINISHED) Replacement of the new tab for Google Chrome",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    }
}