EasyClock

Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen

Apa itu EasyClock?

EasyClock adalah ekstensi Chrome yang dikembangkan oleh Aaron Becker, dan fitur utamanya adalah "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EasyClock

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

                        EasyClock is a simple extension that adds a clock (shows on mouseover) in the bottom left-hand corner of your screen. But this clock has some features, including:
*Double click clock to change color
*Click clock to toggle seconds display
*Press L on keyboard to toggle keeping the clock onscreen forever                    

Informasi Dasar Ekstensi

Nama EasyClock EasyClock
ID aedanoabbbceoffbdkfdeccfpijfaoja
URL Resmi https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja
Deskripsi Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
Ukuran File 13.16 KB
Jumlah Instalasi 85
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2016-09-11
Tanggal Publikasi 2016-09-10
Pengembang Aaron Becker
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyClock",
    "manifest_version": 2,
    "version": "1.1.5",
    "author": "Aaron Becker",
    "description": "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen",
    "icons": {
        "128": "\/images\/icon.png"
    },
    "web_accessible_resources": [
        "easyclock.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "offline_enabled": true,
    "short_name": "EasyClock"
}