Coloring New Tab

Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format.

Qu'est-ce que Coloring New Tab ?

Coloring New Tab est une extension Chrome développée par http://www.haohuu.com, et sa fonction principale est "Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Coloring New Tab

Téléchargez les fichiers d'extension Coloring New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🎉🎉🎉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!💖💖💖                    

Informations de Base sur l'Extension

Nom Coloring New Tab Coloring New Tab
ID njlgeeadbppmkmhbebblbfepdiobdadg
URL Officiel https://chrome.google.com/webstore/detail/coloring-new-tab/njlgeeadbppmkmhbebblbfepdiobdadg
Description Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format.
Taille du Fichier 237 KB
Nombre d'Installations 49
Version Actuelle 1.1.2
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.haohuu.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}