Minimal Home

Minimalize your new tab page freely.

什么是Minimal Home?

Minimal Home是由Nishiki开发的Chrome扩展程序,该扩展的主要功能是“Minimalize your new tab page freely.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Minimal Home扩展crx文件

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

扩展使用说明

                        Minimalize your new tab page freely.                    

扩展基本信息

名称 Minimal Home Minimal Home
ID emdlinmbalkhdponagkbfmjhdfjfflli
官方URL https://chromewebstore.google.com/detail/minimal-home/emdlinmbalkhdponagkbfmjhdfjfflli
简介 Minimalize your new tab page freely.
文件大小 11.14 KB
安装次数 38
当前版本 0.1.1
更新时间 2020-11-09
上架时间 2020-11-03
开发者 Nishiki
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/nishidate-yuki/chrome_minimal_home
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Home",
    "version": "0.1.1",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "minimal_home_16.png",
        "48": "minimal_home_48.png",
        "128": "minimal_home_128.png"
    }
}