ColorClock Tabs

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

Apa itu ColorClock Tabs?

ColorClock Tabs adalah ekstensi Chrome yang dikembangkan oleh https://victorszeto.com, dan fitur utamanya adalah "What color is it? A hex color clock for your new tab page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ColorClock Tabs

Unduh file ekstensi ColorClock Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A color clock for your new tab page. Cycles through the 24-hour color range, showing the color corresponding to the current time.                    

Informasi Dasar Ekstensi

Nama ColorClock Tabs ColorClock Tabs
ID ajhlmmkocpickopfnjdbapohpjllghpo
URL Resmi https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo
Deskripsi What color is it? A hex color clock for your new tab page.
Ukuran File 23.4 KB
Jumlah Instalasi 16
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2014-12-18
Tanggal Publikasi 2014-12-17
Pengembang https://victorszeto.com
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}