Minimal
An extremely minimal white chrome://newtab page.
什么是Minimal?
Minimal是由Simon Robertson开发的Chrome扩展程序,该扩展的主要功能是“An extremely minimal white chrome://newtab page.”。
扩展截图
下载Minimal扩展crx文件
下载Minimal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the default chrome://newtab page with a clean no-thrills space.
扩展基本信息
名称 | Minimal |
ID | gkcclofmcabpimehppfmlfllgimnnidi |
官方URL | https://chromewebstore.google.com/detail/minimal/gkcclofmcabpimehppfmlfllgimnnidi |
简介 | An extremely minimal white chrome://newtab page. |
文件大小 | 4.07 KB |
安装次数 | 74 |
当前版本 | 1.2 |
更新时间 | 2015-01-31 |
上架时间 | 2015-01-30 |
评分 | 5.00/5 共3次评分 |
开发者 | Simon Robertson |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal", "version": "1.2", "description": "An extremely minimal white chrome:\/\/newtab page.", "icons": { "48": "icons\/minimal_icon_48.png", "128": "icons\/minimal_icon_128.png" }, "chrome_url_overrides": { "newtab": "resources\/newtab.htm" }, "manifest_version": 2 } |