Colored New Tab

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

Wat is Colored New Tab?

Colored New Tab is een Chrome-extensie ontwikkeld door https://glogovetan.com, en de belangrijkste functie is "Google Chrome (or Chromium) extension that opens the new tab in a specific color".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Colored New Tab

Download Colored New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
Officiële URL https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
Beschrijving Google Chrome (or Chromium) extension that opens the new tab in a specific color
Bestandsgrootte 11.46 KB
Aantal Installaties 40
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-03-11
Publicatiedatum 2018-03-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://glogovetan.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/rdig/colored-new-tab
Help Pagina-URL https://github.com/rdig/colored-new-tab/issues
Ondersteunde Talen 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"
    }
}