PDF to HTML Converter
Convert PDF documents to HTML with just a click.
Co to jest PDF to HTML Converter?
PDF to HTML Converter to rozszerzenie Chrome opracowane przez https://online-converter.freepdfsolutions.com, a jego główną funkcją jest „Convert PDF documents to HTML with just a click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PDF to HTML Converter
Pobierz pliki rozszerzeń PDF to HTML 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
                        4.3 Version:
Detects PDF links automatically and offers you to convert them to HTML format in a small window.
Conversion steps:
1- Visit any pdf link on any website.
2- Our extension detects pdf and open the conversion window.
3- Click convert button, wait for this to finish.
4- Download converted html file.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | fjmhapcgdiimpdjlpeijgadlaajadehg | 
| Oficjalny URL | https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg | 
| Opis | Convert PDF documents to HTML with just a click. | 
| Rozmiar pliku | 80.1 KB | 
| Liczba instalacji | 4,735 | 
| Aktualna Wersja | 4.3 | 
| Ostatnia Aktualizacja | 2022-09-20 | 
| Data Publikacji | 2020-05-28 | 
| Ocena | 3.64/5 Łącznie 14 Oceny | 
| Deweloper | https://online-converter.freepdfsolutions.com | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://online-converter.freepdfsolutions.com/#pdf-to-html-converter | 
| Adres URL Strony Polityki Prywatności | https://www.freepdfsolutions.com/privacypolicy.html | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PDF to HTML Converter",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "author": "[email protected]",
    "version": "4.3",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "permissions": [
        "webRequest",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}  |  |