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 |
Eメール | [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" } |