ColorClock Tabs
What color is it? A hex color clock for your new tab page.
Was ist ColorClock Tabs?
ColorClock Tabs ist eine Chrome-Erweiterung, die von https://victorszeto.com entwickelt wurde, und ihr Hauptmerkmal ist "What color is it? A hex color clock for your new tab page.".
Erweiterungsscreenshots
ColorClock Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie ColorClock Tabs-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 color clock for your new tab page. Cycles through the 24-hour color range, showing the color corresponding to the current time. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ajhlmmkocpickopfnjdbapohpjllghpo |
| Offizielle URL | https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo |
| Beschreibung | What color is it? A hex color clock for your new tab page. |
| Dateigröße | 23.4 KB |
| Installationsanzahl | 16 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2014-12-18 |
| Veröffentlichungsdatum | 2014-12-17 |
| Entwickler | https://victorszeto.com |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ColorClock Tabs",
"short_name": "ColorClock",
"version": "0.0.3",
"manifest_version": 2,
"description": "What color is it? A hex color clock for your new tab page.",
"homepage_url": "http:\/\/victorszeto.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "src\/override\/override.html"
},
"permissions": [
"http:\/\/fonts.googleapis.com\/",
"https:\/\/fonts.googleapis.com\/"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |