Colored New Tab
Google Chrome (or Chromium) extension that opens the new tab in a specific color
Was ist Colored New Tab?
Colored New Tab ist eine Chrome-Erweiterung, die von https://glogovetan.com entwickelt wurde, und ihr Hauptmerkmal ist "Google Chrome (or Chromium) extension that opens the new tab in a specific color".
Erweiterungsscreenshots
Colored New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Colored New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A minimalist Chrome extension that replaces the New Tab page with simple colors. Features: - Fast loading - Beautiful full page colors - Unobtrusive color switcher
Grundlegende Informationen zur Erweiterung
Name | Colored New Tab |
ID | bfjhjeccmlkbbgliegkapplkpkcngeaa |
Offizielle URL | https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa |
Beschreibung | Google Chrome (or Chromium) extension that opens the new tab in a specific color |
Dateigröße | 11.46 KB |
Installationsanzahl | 40 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2018-03-11 |
Veröffentlichungsdatum | 2018-03-11 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://glogovetan.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rdig/colored-new-tab |
Hilfeseite URL | https://github.com/rdig/colored-new-tab/issues |
Unterstützte Sprachen | 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" } } |