ColorClock Tabs
What color is it? A hex color clock for your new tab page.
Wat is ColorClock Tabs?
ColorClock Tabs is een Chrome-extensie ontwikkeld door https://victorszeto.com, en de belangrijkste functie is "What color is it? A hex color clock for your new tab page.".
Extensie Screenshots
Download het CRX-bestand van de extensie ColorClock Tabs
Download ColorClock Tabs-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 color clock for your new tab page. Cycles through the 24-hour color range, showing the color corresponding to the current time.
Basisinformatie over de Extensie
Naam | ColorClock Tabs |
ID | ajhlmmkocpickopfnjdbapohpjllghpo |
Officiële URL | https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo |
Beschrijving | What color is it? A hex color clock for your new tab page. |
Bestandsgrootte | 23.4 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2014-12-18 |
Publicatiedatum | 2014-12-17 |
Ontwikkelaar | https://victorszeto.com |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |