File Converter With Preview

Convert files to other formats.

Vad är File Converter With Preview?

File Converter With Preview är en Chrome-tillägg utvecklad av https://fcwp-fc371.web.app, och dess huvudfunktion är "Convert files to other formats.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner File Converter With Preview-förlängningens CRX-fil

Ladda ner File Converter With Preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn File Converter With Preview File Converter With Preview
ID alhkgkahgaeeajneemcjfkiejgfhlpfc
Officiell webbadress https://chromewebstore.google.com/detail/file-converter-with-previ/alhkgkahgaeeajneemcjfkiejgfhlpfc
Beskrivning Convert files to other formats.
Filstorlek 32.36 KB
Antal Installationer 113
Aktuell Version 1.0
Senast Uppdaterad 2021-09-19
Publiceringsdatum 2021-09-06
Utvecklare https://fcwp-fc371.web.app
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}