simpleClock
Shows a simple clock top right in the browser. The color is free selectable.
Co to jest simpleClock?
simpleClock to rozszerzenie Chrome opracowane przez Stefan Dietz, a jego główną funkcją jest „Shows a simple clock top right in the browser. The color is free selectable.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia simpleClock
Pobierz pliki rozszerzeń simpleClock 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
Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gdpdmdkjppdbhdbnkalaigilmdjkiine |
Oficjalny URL | https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine |
Opis | Shows a simple clock top right in the browser. The color is free selectable. |
Rozmiar pliku | 133 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 2.3 |
Ostatnia Aktualizacja | 2021-08-31 |
Data Publikacji | 2013-01-05 |
Ocena | 4.57/5 Łącznie 7 Oceny |
Deweloper | Stefan Dietz |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/sdvg/simpleClock_v2/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simpleClock", "version": "2.3", "manifest_version": 2, "permissions": [], "description": "Shows a simple clock top right in the browser. The color is free selectable.", "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/lib\/dateformat.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "", "default_popup": "src\/browser_action\/browser_action.html" } } |