Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

Qu'est-ce que Colored New Tab ?

Colored New Tab est une extension Chrome développée par https://glogovetan.com, et sa fonction principale est "Google Chrome (or Chromium) extension that opens the new tab in a specific color".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Colored 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

                        A minimalist Chrome extension that replaces the New Tab page with simple colors.

Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher                    

Informations de Base sur l'Extension

Nom Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
URL Officiel https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
Description Google Chrome (or Chromium) extension that opens the new tab in a specific color
Taille du Fichier 11.46 KB
Nombre d'Installations 40
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-03-11
Date de Publication 2018-03-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://glogovetan.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rdig/colored-new-tab
URL de la Page d'Aide https://github.com/rdig/colored-new-tab/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colored New Tab",
    "short_name": "New Tab",
    "version": "1.0.0",
    "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
    "author": "Raul Glogovetan",
    "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
    "icons": {
        "16": "extension_icon_16.png",
        "48": "extension_icon_48.png",
        "128": "extension_icon_128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "TabPage\/index.html"
    }
}