EasyClock

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

Wat is EasyClock?

EasyClock is een Chrome-extensie ontwikkeld door Aaron Becker, en de belangrijkste functie is "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EasyClock

Download EasyClock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam EasyClock EasyClock
ID aedanoabbbceoffbdkfdeccfpijfaoja
Officiële URL https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja
Beschrijving Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
Bestandsgrootte 13.16 KB
Aantal Installaties 85
Huidige Versie 1.1.5
Laatst Bijgewerkt 2016-09-11
Publicatiedatum 2016-09-10
Ontwikkelaar Aaron Becker
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}