Time Converter List
This extension will convert time from one time zone to another and show in list
Co to jest Time Converter List?
Time Converter List to rozszerzenie Chrome opracowane przez babishshrestha, a jego główną funkcją jest „This extension will convert time from one time zone to another and show in list”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Time Converter List
Pobierz pliki rozszerzeń Time Converter List 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 will provide a list comparing corresponding times from different selected timezone.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oaopihpjhekjkdklbfcjocjfddejjnbi |
Oficjalny URL | https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi |
Opis | This extension will convert time from one time zone to another and show in list |
Rozmiar pliku | 34.53 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2016-05-18 |
Data Publikacji | 2016-05-18 |
Deweloper | babishshrestha |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Converter List", "description": "This extension will convert time from one time zone to another and show in list", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_title": "Timezone Converter List", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |