File Converter With Preview

Convert files to other formats.

Co to jest File Converter With Preview?

File Converter With Preview to rozszerzenie Chrome opracowane przez https://fcwp-fc371.web.app, a jego główną funkcją jest „Convert files to other formats.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia File Converter With Preview

Pobierz pliki rozszerzeń File Converter With Preview w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa File Converter With Preview File Converter With Preview
ID alhkgkahgaeeajneemcjfkiejgfhlpfc
Oficjalny URL https://chromewebstore.google.com/detail/file-converter-with-previ/alhkgkahgaeeajneemcjfkiejgfhlpfc
Opis Convert files to other formats.
Rozmiar pliku 32.36 KB
Liczba instalacji 113
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-09-19
Data Publikacji 2021-09-06
Deweloper https://fcwp-fc371.web.app
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}