Blank New Tab Page plus...
A blank New Tab Page with a colour and background of your choice
什么是Blank New Tab Page plus...?
Blank New Tab Page plus...是由https://mythical5th.com开发的Chrome扩展程序,该扩展的主要功能是“A blank New Tab Page with a colour and background of your choice”。
扩展截图
下载Blank New Tab Page plus...扩展crx文件
下载Blank New Tab Page plus...扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History. The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu. ⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.
扩展基本信息
名称 | Blank New Tab Page plus... |
ID | hlgjppjfojhgojohkpcfaecgnaehajae |
官方URL | https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae |
简介 | A blank New Tab Page with a colour and background of your choice |
文件大小 | 1.61 MB |
安装次数 | 44 |
当前版本 | 2.2.5 |
更新时间 | 2024-02-10 |
上架时间 | 2019-04-06 |
评分 | 4.80/5 共5次评分 |
开发者 | https://mythical5th.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://mythical5th.com/policies/chromeWebStore.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.2.5", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "BlankTab", "default_locale": "en", "chrome_url_overrides": { "newtab": "html\/newTab.html" }, "action": [], "icons": { "128": "icons\/icon128.png" }, "permissions": [ "contextMenus", "storage", "wallpaper" ], "optional_permissions": [ "downloads" ], "background": { "service_worker": "service-worker.js" } } |