Minimal New Tab
A minimal new tab page for Chrome.
什么是Minimal New Tab?
Minimal New Tab是由ExPixel开发的Chrome扩展程序,该扩展的主要功能是“A minimal new tab page for Chrome.”。
扩展截图
下载Minimal New Tab扩展crx文件
下载Minimal New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A minimal new tab page for Chrome.
扩展基本信息
名称 | |
ID | oefebaomaahemfkgjdeaokigmcflbfna |
官方URL | https://chrome.google.com/webstore/detail/minimal-new-tab/oefebaomaahemfkgjdeaokigmcflbfna |
简介 | A minimal new tab page for Chrome. |
文件大小 | 122 KB |
安装次数 | 617 |
当前版本 | 1.5.0 |
更新时间 | 2017-10-11 |
上架时间 | 2017-10-11 |
评分 | 4.61/5 共18次评分 |
开发者 | ExPixel |
付费类型 | free |
扩展官网 | https://github.com/ExPixel/Minimal-New-Tab-Page |
帮助页面URL | https://github.com/ExPixel/Minimal-New-Tab-Page/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal New Tab", "version": "1.5.0", "description": "A minimal new tab page for Chrome.", "author": "Adolph C.", "icons": { "16": "icons\/minimalnewtab-icon-16.png", "32": "icons\/minimalnewtab-icon-32.png", "48": "icons\/minimalnewtab-icon-48.png", "64": "icons\/minimalnewtab-icon-64.png", "128": "icons\/minimalnewtab-icon-128.png" }, "background": { "scripts": [ "js\/background.bundle.js" ] }, "permissions": [ "chrome:\/\/favicon\/**\/*", "https:\/\/*.darksky.net\/", "http:\/\/*.darksky.net\/" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "img\/weather\/*.svg", "js\/app.bundle.js" ] } |