Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Что такое Convert Unixtime?

Convert Unixtime - это расширение Chrome, разработанное Takahito Nara, и его основная функция - "Convert Unixtime to Date format by selecting the context menu.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Convert Unixtime

Скачайте файлы расширений Convert Unixtime в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Convert unixtime to the following format easily.

    YYYY-MM-DD hh:mm:ss (Local)
    YYYY-MM-DD hh:mm:ss (UTC)

You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.                    

Основная информация о расширении

Название Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
Официальный URL https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
Описание Convert Unixtime to Date format by selecting the context menu.
Размер файла 4.4 KB
Количество установок 274
Текущая Версия 1.1
Последнее Обновление 2013-11-16
Дата публикации 2013-11-16
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Takahito Nara
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Unixtime",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Convert Unixtime to Date format by selecting the context menu.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}