IST Time

Converts website time texts to IST time

Что такое IST Time?

IST Time - это расширение Chrome, разработанное Himanshu, и его основная функция - "Converts website time texts to IST time".

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

screenshot
screenshot

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

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

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

                        "IST Time" has been designed to convert time strings from UTC to IST time. 

No more hassles of knowing the UTC+5:30 delta, no more wasting time  to calculate time. Simply read and understand timings the way it is supposed to be.

Note: This plugin is still in early development stage and only supports string conversion on few selected sites.

Revision 0.02 : Added 5 second buffer , giving time for page to load all its elements.                    

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

Название IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
Официальный URL https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Описание Converts website time texts to IST time
Размер файла 3.54 KB
Количество установок 20
Текущая Версия 0.02
Последнее Обновление 2022-02-24
Дата публикации 2022-02-24
Разработчик Himanshu
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IST Time",
    "version": "0.02",
    "description": "Converts website time texts to IST time",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ist-time.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [],
    "manifest_version": 3
}