Free PDF Converter

Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.

Co to jest Free PDF Converter?

Free PDF Converter to rozszerzenie Chrome opracowane przez https://dy1.com, a jego główną funkcją jest „Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Free PDF Converter

Pobierz pliki rozszerzeń Free PDF Converter 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

                        Quick and easy access right from your browser Free PDF Converter processes documents in Word, Excel, PDF, PPT and JPG. Just select Word file and press convert to PDF in order to take needed format. And it supports PDF merge split, and edit.                    

Podstawowe informacje o rozszerzeniu

Nazwa Free PDF Converter Free PDF Converter
ID lfdmeeegepbbjaopiekcnmenhmcpjhhg
Oficjalny URL https://chromewebstore.google.com/detail/free-pdf-converter/lfdmeeegepbbjaopiekcnmenhmcpjhhg
Opis Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.
Rozmiar pliku 292 KB
Liczba instalacji 32,095
Aktualna Wersja 2.0.2
Ostatnia Aktualizacja 2023-08-29
Data Publikacji 2020-06-29
Ocena 4.20/5 Łącznie 20 Oceny
Deweloper https://dy1.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.dy1.com
Adres URL Strony Pomocy https://www.dy1.com
Adres URL Strony Polityki Prywatności https://dy1.com/privacy-policy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "2.0.2",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.qwerpdf.com\/",
    "author": "qwerpdf.com",
    "action": {
        "default_icon": "images\/icons\/icon48.png",
        "default_title": "__MSG_ext_name__"
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.abcdpdf.com\/",
        "https:\/\/*.qwerpdf.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "upload.html",
                "index_popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}