ColorClock New Tab

A beautiful & minimalistic NewTab page featuring a color clock.

Apa itu ColorClock New Tab?

ColorClock New Tab adalah ekstensi Chrome yang dikembangkan oleh Aahlad Madireddy, dan fitur utamanya adalah "A beautiful & minimalistic NewTab page featuring a color clock.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ColorClock New Tab

Unduh file ekstensi ColorClock New Tab 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 minimalistic new-tab page featuring a color clock. The time is converted into a color which is used as the background color of the page. Includes links to common sites, as well as a searchbar to search Google. Also includes a Top Sites and Bookmarks panel for easy access to your favorite websites. Shows top 10 sites and 10 most recent bookmarks.                    

Informasi Dasar Ekstensi

Nama ColorClock New Tab ColorClock New Tab
ID amlnillaahajflmgalpdklapcaajcgao
URL Resmi https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao
Deskripsi A beautiful & minimalistic NewTab page featuring a color clock.
Ukuran File 155 KB
Jumlah Instalasi 53
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-08-17
Tanggal Publikasi 2015-08-17
Pengembang Aahlad Madireddy
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3",
    "name": "ColorClock New Tab",
    "short_name": "ColorClock",
    "description": "A beautiful & minimalistic NewTab page featuring a color clock.",
    "author": "Aahlad Madireddy",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "topSites",
        "bookmarks"
    ],
    "icons": {
        "32": "SmallIcon.png",
        "64": "Icon64.png",
        "128": "Icon.png"
    }
}