File Converter With Preview
Convert files to other formats.
Что такое File Converter With Preview?
File Converter With Preview - это расширение Chrome, разработанное https://fcwp-fc371.web.app, и его основная функция - "Convert files to other formats.".
Снимки экрана расширения
Скачать файл CRX расширения File Converter With Preview
Скачайте файлы расширений File Converter With Preview в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Convert files to other formats.
Supported files:
PDF, EPUB, FB2, DOCX, PPTX, GIF, JPEG, MP3, FLAC, MP4, AVI, WEBM, CBR, CBZ, XML, JSON, TXT, HTML, and others.
Functions:
Preview for converted files.
Converting a whole file or part of it.
Fast conversion. Основная информация о расширении
| Название | |
| ID | alhkgkahgaeeajneemcjfkiejgfhlpfc |
| Официальный URL | https://chromewebstore.google.com/detail/file-converter-with-previ/alhkgkahgaeeajneemcjfkiejgfhlpfc |
| Описание | Convert files to other formats. |
| Размер файла | 32.36 KB |
| Количество установок | 113 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2021-09-19 |
| Дата публикации | 2021-09-06 |
| Разработчик | https://fcwp-fc371.web.app |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "File Converter With Preview",
"description": "Convert files to other formats.",
"version": "1.0",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"homepage_url": "https:\/\/fcwp-fc371.web.app\/",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "File Converter With Preview"
},
"manifest_version": 2
} | |