Clock Icon

Shows the time (hours and minutes) next to the omnibox.

Apa itu Clock Icon?

Clock Icon adalah ekstensi Chrome yang dikembangkan oleh https://nemrod.se, dan fitur utamanya adalah "Shows the time (hours and minutes) next to the omnibox.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Clock Icon

Unduh file ekstensi Clock Icon 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 way to easily see the current time (and date by hovering) next to the omnibox.                    

Informasi Dasar Ekstensi

Nama Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
URL Resmi https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
Deskripsi Shows the time (hours and minutes) next to the omnibox.
Ukuran File 7.43 KB
Jumlah Instalasi 527
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-06-19
Tanggal Publikasi 2013-06-19
Penilaian 3.17/5 Total 6 Penilaian
Pengembang https://nemrod.se
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://nemrod.se
URL Halaman Bantuan http://nemrod.se/chrome-extensions/clock-icon
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Icon",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Shows the time (hours and minutes) next to the omnibox.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "dd\/mm\/yyyy hh:mm"
    }
}