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 |
官方網址 | 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" } |