Clock
The extension will show you the current time
Co to jest Clock?
Clock to rozszerzenie Chrome opracowane przez bhawanvirk, a jego główną funkcją jest „The extension will show you the current time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Clock
Pobierz pliki rozszerzeń Clock 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
This is one of the simple and clean clock. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gmfkgjignenhgcimhembjlhpihhonbln |
| Oficjalny URL | https://chromewebstore.google.com/detail/clock/gmfkgjignenhgcimhembjlhpihhonbln |
| Opis | The extension will show you the current time |
| Rozmiar pliku | 7.42 KB |
| Liczba instalacji | 515 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2013-04-16 |
| Data Publikacji | 2013-04-16 |
| Ocena | 4.00/5 Łącznie 2 Oceny |
| Deweloper | bhawanvirk |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "The extension will show you the current time",
"name": "Clock",
"manifest_version": 2,
"version": "1.0"
} | |