Minimal New Tab
newtab
什么是Minimal New Tab?
Minimal New Tab是由downthecrop开发的Chrome扩展程序,该扩展的主要功能是“newtab”。
扩展截图
下载Minimal New Tab扩展crx文件
下载Minimal New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic. All in one drop in replacement for the Chrome new tab. I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests. Features - No Google Doodles - No "Helpful tips" - True Dark Theme - Chrome Top Sites - Custom Top Sites - Search Bar with Suggestions - No configuration required - Fast! Logo by By Danil Polshin, RU
扩展基本信息
名称 | Minimal New Tab |
ID | afnmoecpnepccekbinlapeolhgdgjclm |
官方URL | https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm |
简介 | newtab |
文件大小 | 220 KB |
安装次数 | 200 |
当前版本 | 1.7 |
更新时间 | 2023-09-20 |
上架时间 | 2021-04-26 |
评分 | 5.00/5 共2次评分 |
开发者 | downthecrop |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/downthecrop/minimal-new-tab |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal New Tab", "version": "1.7", "description": "newtab", "action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "topSites" ], "host_permissions": [ "*:\/\/suggestqueries.google.com\/complete\/*", "https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*" ], "chrome_url_overrides": { "newtab": "index.html" } } |