ColorClock Tabs

What color is it? A hex color clock for your new tab page.

Qu'est-ce que ColorClock Tabs ?

ColorClock Tabs est une extension Chrome développée par https://victorszeto.com, et sa fonction principale est "What color is it? A hex color clock for your new tab page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ColorClock Tabs

Téléchargez les fichiers d'extension ColorClock Tabs 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 color clock for your new tab page. Cycles through the 24-hour color range, showing the color corresponding to the current time.                    

Informations de Base sur l'Extension

Nom ColorClock Tabs ColorClock Tabs
ID ajhlmmkocpickopfnjdbapohpjllghpo
URL Officiel https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo
Description What color is it? A hex color clock for your new tab page.
Taille du Fichier 23.4 KB
Nombre d'Installations 16
Version Actuelle 0.0.3
Dernière Mise à Jour 2014-12-18
Date de Publication 2014-12-17
Développeur https://victorszeto.com
Type de Paiement free
Langues Prises en Charge 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'"
}