Epoch Converter Tooltip for Google Chrome™
Convert timestamps to readable times
Что такое Epoch Converter Tooltip for Google Chrome™?
Epoch Converter Tooltip for Google Chrome™ - это расширение Chrome, разработанное eyal0, и его основная функция - "Convert timestamps to readable times".
Снимки экрана расширения
Скачать файл CRX расширения Epoch Converter Tooltip for Google Chrome™
Скачайте файлы расширений Epoch Converter Tooltip for Google Chrome™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
When hovering over a number that might be a timestamp, convert it to a timestamp.
In the options, the location of the tooltip, the triggering, and the timezone can be changed. Основная информация о расширении
| Название | |
| ID | gfhloejbjfojlcadcpahgdaagekamhjh |
| Официальный URL | https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh |
| Описание | Convert timestamps to readable times |
| Размер файла | 639 KB |
| Количество установок | 291 |
| Текущая Версия | 1.5.1 |
| Последнее Обновление | 2017-06-29 |
| Дата публикации | 2017-06-29 |
| Рейтинг | 4.00/5 Всего 4 оценок |
| Разработчик | eyal0 |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/eyal0/epoch-converter-tooltip |
| URL страницы помощи | https://github.com/eyal0/epoch-converter-tooltip/issues |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epoch Converter Tooltip for Google Chrome\u2122",
"version": "1.5.1",
"manifest_version": 2,
"description": "Convert timestamps to readable times",
"icons": {
"16": "ECT-16.png",
"48": "ECT-48.png",
"128": "ECT-128.png"
},
"background": {
"scripts": [
"ECT-background.js"
],
"persistent": true
},
"options_page": "ECT-options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"ECT.css"
],
"js": [
"ECT-contentscript.js"
]
}
]
} | |