FreeConvert

Bookmark extension for FreeConvert.com

Co to jest FreeConvert?

FreeConvert to rozszerzenie Chrome opracowane przez http://freeconvert.com, a jego główną funkcją jest „Bookmark extension for FreeConvert.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia FreeConvert

Pobierz pliki rozszerzeń FreeConvert 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

                        FreeConvert.com is an online tool to convert audio, video, image, or document files. 

Simply drag and drop your files and convert up to 20 files at a time. There is no software to install or account registrations.

Most of our file conversions has advanced options for you to control the output file. For example:

- Audio conversions (cut audio, select audio codec, bit rate, select channels..etc)
- Video conversions (cut video, select target audio/video codec, bit rate, video aspect ratio and resolution)
- Image conversions (set image dimensions, compression level)
- Document conversions (Set orientation, margins, compression level)

Plus, you can also use our intuitive unit converters to convert length, weight, temperature, energy, or area measurements from one unit to another.                    

Podstawowe informacje o rozszerzeniu

Nazwa FreeConvert FreeConvert
ID dhljbjnfdmioakhdbgggpnigikkiebjm
Oficjalny URL https://chrome.google.com/webstore/detail/freeconvert/dhljbjnfdmioakhdbgggpnigikkiebjm
Opis Bookmark extension for FreeConvert.com
Rozmiar pliku 9.17 KB
Liczba instalacji 614
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-12-27
Data Publikacji 2019-12-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://freeconvert.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.freeconvert.com/
Adres URL Strony Pomocy https://www.freeconvert.com/contact
Adres URL Strony Polityki Prywatności https://www.freeconvert.com/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreeConvert",
    "version": "1.1",
    "description": "Bookmark extension for FreeConvert.com",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "File Converter",
        "default_icon": {
            "16": "images\/extension16.png",
            "32": "images\/extension32.png",
            "48": "images\/extension48.png",
            "128": "images\/extension128.png"
        }
    },
    "icons": {
        "16": "images\/extension16.png",
        "32": "images\/extension32.png",
        "48": "images\/extension48.png",
        "128": "images\/extension128.png"
    },
    "manifest_version": 2
}