EasyClock

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

Co je EasyClock?

EasyClock je rozšíření Chrome vyvinuté Aaron Becker, a jeho hlavní funkcí je „Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EasyClock

Stáhněte si soubory rozšíření EasyClock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název EasyClock EasyClock
ID aedanoabbbceoffbdkfdeccfpijfaoja
Oficiální URL https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja
Popis Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
Velikost souboru 13.16 KB
Počet instalací 85
Aktuální Verze 1.1.5
Poslední Aktualizace 2016-09-11
Datum Vydání 2016-09-10
Vývojář Aaron Becker
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}