World Clock Toolbar
EASY to access on your toolbar with a list of country that you visit often at a glance.
Co to jest World Clock Toolbar?
World Clock Toolbar to rozszerzenie Chrome opracowane przez davidjutegsn911, a jego główną funkcją jest „EASY to access on your toolbar with a list of country that you visit often at a glance.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia World Clock Toolbar
Pobierz pliki rozszerzeń World Clock Toolbar 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
EASY to access on your toolbar with a list of country that you visit often at a glance. FEATURE extended world clock from city to every country. DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference. SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country. Feel free to share your opinion, ideas and requests.
Podstawowe informacje o rozszerzeniu
Nazwa | World Clock Toolbar |
ID | kkppmdakhdcgoidhmoegcnbmboljojom |
Oficjalny URL | https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom |
Opis | EASY to access on your toolbar with a list of country that you visit often at a glance. |
Rozmiar pliku | 2.76 MB |
Liczba instalacji | 1,678 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-07-08 |
Data Publikacji | 2020-11-10 |
Ocena | 4.75/5 Łącznie 8 Oceny |
Deweloper | davidjutegsn911 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://world-clock-list.web.app/privacypolicy.html |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clock Toolbar", "version": "1.2", "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/earthclock_16.png", "32": "images\/earthclock_32.png", "48": "images\/earthclock_48.png", "128": "images\/earthclock_128.png" } }, "icons": { "16": "images\/earthclock_16.png", "32": "images\/earthclock_32.png", "48": "images\/earthclock_48.png", "128": "images\/earthclock_128.png" }, "manifest_version": 2 } |