Time Converter List
This extension will convert time from one time zone to another and show in list
Co je Time Converter List?
Time Converter List je rozšíření Chrome vyvinuté babishshrestha, a jeho hlavní funkcí je „This extension will convert time from one time zone to another and show in list“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Time Converter List
Stáhněte si soubory rozšíření Time Converter List ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This will provide a list comparing corresponding times from different selected timezone.
Základní Informace o Rozšíření
Název | |
ID | oaopihpjhekjkdklbfcjocjfddejjnbi |
Oficiální URL | https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi |
Popis | This extension will convert time from one time zone to another and show in list |
Velikost souboru | 34.53 KB |
Počet instalací | 25 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2016-05-18 |
Datum Vydání | 2016-05-18 |
Vývojář | babishshrestha |
Typ Platby | free |
Podporované Jazyky | 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" ] } |