Coloring New Tab
Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format.
什么是Coloring New Tab?
Coloring New Tab是由http://www.haohuu.com开发的Chrome扩展程序,该扩展的主要功能是“Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format.”。
扩展截图
下载Coloring New Tab扩展crx文件
下载Coloring New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🎉🎉🎉COLORING New Tab🎉🎉🎉 Introduction Let your new tab page look new! Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format. Feature 🔥180 modern color gradient schemes 🔍Support for custom search engin ⏱️Support 24-hour/12-hour system 💡 Support for displaying date and week 🌱 No need to connect to the Internet to protect user privacy! 🆓 Absolutely free without ads! Stand by Problem feedback: [email protected] Official website: http://www.haohuu.com 💖💖💖HAPPY!💖💖💖
扩展基本信息
名称 | |
ID | njlgeeadbppmkmhbebblbfepdiobdadg |
官方URL | https://chrome.google.com/webstore/detail/coloring-new-tab/njlgeeadbppmkmhbebblbfepdiobdadg |
简介 | Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format. |
文件大小 | 237 KB |
安装次数 | 49 |
当前版本 | 1.1.2 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 5.00/5 共1次评分 |
开发者 | http://www.haohuu.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "short_name": "__MSG_app_short_name__", "version": "1.1.2", "description": "__MSG_app_desc__", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon-48.png", "default_title": "__MSG_popup_desc__" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "contextMenus", "storage" ], "homepage_url": "http:\/\/www.haohuu.com", "default_locale": "en" } |