timee
Convert date and time to your time zone with timee.io
Co to jest timee?
timee to rozszerzenie Chrome opracowane przez https://timee.io, a jego główną funkcją jest „Convert date and time to your time zone with timee.io”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia timee
Pobierz pliki rozszerzeń timee 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 extension is a simple shortcut for time zone conversion of free language text on timee.io.
All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fcedikhdncpihpklagplnhhapeohoghl |
| Oficjalny URL | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
| Opis | Convert date and time to your time zone with timee.io |
| Rozmiar pliku | 10.32 KB |
| Liczba instalacji | 637 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2021-04-22 |
| Data Publikacji | 2020-05-04 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | https://timee.io |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://timee.io |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "timee",
"description": "Convert date and time to your time zone with timee.io",
"version": "1.1",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus"
]
} | |