Epoch Converter
This extension converts a selected epoch number to GMT and local time
Что такое Epoch Converter?
Epoch Converter - это расширение Chrome, разработанное Nga Pham, и его основная функция - "This extension converts a selected epoch number to GMT and local time".
Снимки экрана расширения
Скачать файл CRX расширения Epoch Converter
Скачайте файлы расширений Epoch Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension converts a selected epoch number to GMT and local time. Simply select the epoch text, and press "Ctrl" key on your keyboard to see the readable datetime in GMT and your local timezone.
Основная информация о расширении
Название | ![]() |
ID | fmlclipnfiabgkidijnabodchbmkodap |
Официальный URL | https://chrome.google.com/webstore/detail/epoch-converter/fmlclipnfiabgkidijnabodchbmkodap |
Описание | This extension converts a selected epoch number to GMT and local time |
Размер файла | 3.6 KB |
Количество установок | 25 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-10-16 |
Дата публикации | 2014-10-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Nga Pham |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch Converter", "version": "1.1", "manifest_version": 2, "description": "This extension converts a selected epoch number to GMT and local time", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lookup.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "tabs" ] } |