Multi Color New Tab
A Multi Color Palette With Every New Tab.
什么是Multi Color New Tab?
Multi Color New Tab是由Locksley Ltd开发的Chrome扩展程序,该扩展的主要功能是“A Multi Color Palette With Every New Tab.”。
扩展截图
下载Multi Color New Tab扩展crx文件
下载Multi Color New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Multi Color New Tab fills your new tabs with amazing color palette backgrounds, randomly selecting a palette each time you open a new tab. Spice up your new tabs with this simple extension. By clicking "add to Chrome", I accept and agree to installing the Multi Color New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy. ToS: https://color-newtab.com/terms-and-conditions PP: https://color-newtab.com/privacy-policy The extension replaces your New Tab search engine and provides a new search experience with search results by Microsoft Bing.
扩展基本信息
名称 | Multi Color New Tab |
ID | hidoniliooaomobchkobcfiiepienkkj |
官方URL | https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj |
简介 | A Multi Color Palette With Every New Tab. |
文件大小 | 133 KB |
安装次数 | 2,021 |
当前版本 | 1.4 |
更新时间 | 2023-11-24 |
上架时间 | 2020-10-29 |
评分 | 3.50/5 共6次评分 |
开发者 | Locksley Ltd |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://color-newtab.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multi Color New Tab", "version": "1.4", "manifest_version": 3, "description": "A Multi Color Palette With Every New Tab.", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/color-newtabs.com\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |