Clock

A simple and customizable clock

Apa itu Clock?

Clock adalah ekstensi Chrome yang dikembangkan oleh Mohammed Babur, dan fitur utamanya adalah "A simple and customizable clock".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Clock

Unduh file ekstensi Clock 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

                        Simple clock that you can customize.

Options include colors, analog/digital, 12hour/24hour, pop-up size, font. It is usable as a home page. 

Watch the video to see how to use the options.                    

Informasi Dasar Ekstensi

Nama Clock Clock
ID lhnilmmbjipfingcjmghmdnenpcnaece
URL Resmi https://chromewebstore.google.com/detail/clock/lhnilmmbjipfingcjmghmdnenpcnaece
Deskripsi A simple and customizable clock
Ukuran File 233 KB
Jumlah Instalasi 1,850
Versi Saat Ini 2.2
Terakhir Diperbarui 2015-02-02
Tanggal Publikasi 2015-02-01
Penilaian 2.82/5 Total 11 Penilaian
Pengembang Mohammed Babur
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock",
    "description": "A simple and customizable clock",
    "version": "2.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "clock.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}