New Empty Coloured Tab
When you open a 'New Tab' it's blank and set to the background color of your desire.
什么是New Empty Coloured Tab?
New Empty Coloured Tab是由Glenn Hallin开发的Chrome扩展程序,该扩展的主要功能是“When you open a 'New Tab' it's blank and set to the background color of your desire.”。
扩展截图
下载New Empty Coloured Tab扩展crx文件
下载New Empty Coloured Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When you open a 'New Tab' it's blank and set to the background color of your desire. Changelog: * Version 1.5.3 - Removed unneeded permission * Version 1.5.2 - First run default value set to #4c4a48
扩展基本信息
名称 | New Empty Coloured Tab |
ID | ilpmlpiodicccdbjckhganddmegpedln |
官方URL | https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln |
简介 | When you open a 'New Tab' it's blank and set to the background color of your desire. |
文件大小 | 137 KB |
安装次数 | 83 |
当前版本 | 1.5.3 |
更新时间 | 2023-07-03 |
上架时间 | 2017-11-14 |
评分 | 4.50/5 共4次评分 |
开发者 | Glenn Hallin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Empty Coloured Tab", "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.", "version": "1.5.3", "background": { "scripts": [ "JS\/GETbg.js" ] }, "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "enct.html" }, "manifest_version": 2 } |