Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
什么是Minimalist New Tab?
Minimalist New Tab是由John开发的Chrome扩展程序,该扩展的主要功能是“Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.”。
扩展截图
下载Minimalist New Tab扩展crx文件
下载Minimalist New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!
扩展基本信息
名称 | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
官方URL | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
简介 | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
文件大小 | 131 KB |
安装次数 | 262 |
当前版本 | 0.2.6 |
更新时间 | 2019-02-06 |
上架时间 | 2019-02-06 |
评分 | 4.86/5 共7次评分 |
开发者 | John |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimalist New Tab", "version": "0.2.6", "minimum_chrome_version": "23", "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.", "author": "John", "icons": { "128": "assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/*.alphacoders.com\/*", "https:\/\/*.alphacoders.com\/*", "https:\/\/query.yahooapis.com\/v1\/public\/yql*", "http:\/\/fonts.googleapis.com\/*", "storage", "tabs", "geolocation", "bookmarks" ], "options_page": "options.html" } |