EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
Co to jest EasyClock?
EasyClock to rozszerzenie Chrome opracowane przez Aaron Becker, a jego główną funkcją jest „Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EasyClock
Pobierz pliki rozszerzeń EasyClock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | EasyClock |
ID | aedanoabbbceoffbdkfdeccfpijfaoja |
Oficjalny URL | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
Opis | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
Rozmiar pliku | 13.16 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 1.1.5 |
Ostatnia Aktualizacja | 2016-09-11 |
Data Publikacji | 2016-09-10 |
Deweloper | Aaron Becker |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |