Colored New Tab
Google Chrome (or Chromium) extension that opens the new tab in a specific color
什么是Colored New Tab?
Colored New Tab是由https://glogovetan.com开发的Chrome扩展程序,该扩展的主要功能是“Google Chrome (or Chromium) extension that opens the new tab in a specific color”。
扩展截图
下载Colored New Tab扩展crx文件
下载Colored New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A minimalist Chrome extension that replaces the New Tab page with simple colors. Features: - Fast loading - Beautiful full page colors - Unobtrusive color switcher
扩展基本信息
名称 | Colored New Tab |
ID | bfjhjeccmlkbbgliegkapplkpkcngeaa |
官方URL | https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa |
简介 | Google Chrome (or Chromium) extension that opens the new tab in a specific color |
文件大小 | 11.46 KB |
安装次数 | 40 |
当前版本 | 1.0.0 |
更新时间 | 2018-03-11 |
上架时间 | 2018-03-11 |
评分 | 5.00/5 共2次评分 |
开发者 | https://glogovetan.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rdig/colored-new-tab |
帮助页面URL | https://github.com/rdig/colored-new-tab/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colored New Tab", "short_name": "New Tab", "version": "1.0.0", "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color", "author": "Raul Glogovetan", "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab", "icons": { "16": "extension_icon_16.png", "48": "extension_icon_48.png", "128": "extension_icon_128.png" }, "offline_enabled": true, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "TabPage\/index.html" } } |