EasyClock

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

Vad är EasyClock?

EasyClock är en Chrome-tillägg utvecklad av Aaron Becker, och dess huvudfunktion är "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".

Tilläggsskärmbilder

screenshot

Ladda ner EasyClock-förlängningens CRX-fil

Ladda ner EasyClock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn EasyClock EasyClock
ID aedanoabbbceoffbdkfdeccfpijfaoja
Officiell webbadress https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja
Beskrivning Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
Filstorlek 13.16 KB
Antal Installationer 85
Aktuell Version 1.1.5
Senast Uppdaterad 2016-09-11
Publiceringsdatum 2016-09-10
Utvecklare Aaron Becker
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}