Subtitle Converter by Vocalmatic

Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.

Что такое Subtitle Converter by Vocalmatic?

Subtitle Converter by Vocalmatic - это расширение Chrome, разработанное Automatic Transcription by Vocalmatic, и его основная функция - "Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.".

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

screenshot

Скачать файл CRX расширения Subtitle Converter by Vocalmatic

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

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

                        Use our Subtitle Converter to convert your SRT, VTT, SMI, DXFP subtitle / caption files into other formats!                    

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

Название Subtitle Converter by Vocalmatic Subtitle Converter by Vocalmatic
ID cnehpdlliaemdhhjklmbmcgmghodcpcb
Официальный URL https://chrome.google.com/webstore/detail/subtitle-converter-by-voc/cnehpdlliaemdhhjklmbmcgmghodcpcb
Описание Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.
Размер файла 69.88 KB
Количество установок 457
Текущая Версия 1.0
Последнее Обновление 2019-12-30
Дата публикации 2019-12-30
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Automatic Transcription by Vocalmatic
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://vocalmatic.com/subtitle-converter
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Subtitle Converter by Vocalmatic",
    "description": "Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "subtitle-converter-icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}