timee

Convert date and time to your time zone with timee.io

Что такое timee?

timee - это расширение Chrome, разработанное https://timee.io, и его основная функция - "Convert date and time to your time zone with timee.io".

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

screenshot
screenshot

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

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

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

                        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.                    

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

Название timee timee
ID fcedikhdncpihpklagplnhhapeohoghl
Официальный URL https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl
Описание Convert date and time to your time zone with timee.io
Размер файла 10.32 KB
Количество установок 637
Текущая Версия 1.1
Последнее Обновление 2021-04-22
Дата публикации 2020-05-04
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://timee.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://timee.io
Поддерживаемые языки 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"
    ]
}