PDF to HTML Converter
Convert PDF documents to HTML with just a click.
Cos'è PDF to HTML Converter?
PDF to HTML Converter è un'estensione di Chrome sviluppata da https://online-converter.freepdfsolutions.com, e la sua funzione principale è "Convert PDF documents to HTML with just a click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PDF to HTML Converter
Scarica i file di estensione PDF to HTML Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fjmhapcgdiimpdjlpeijgadlaajadehg |
| URL Ufficiale | https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg |
| Descrizione | Convert PDF documents to HTML with just a click. |
| Dimensione del File | 80.1 KB |
| Conteggio Installazioni | 4,735 |
| Versione Corrente | 4.3 |
| Ultimo Aggiornamento | 2022-09-20 |
| Data di Pubblicazione | 2020-05-28 |
| Valutazione | 3.64/5 Totale 14 Valutazioni |
| Sviluppatore | https://online-converter.freepdfsolutions.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://online-converter.freepdfsolutions.com/#pdf-to-html-converter |
| URL della Pagina della Politica sulla Privacy | https://www.freepdfsolutions.com/privacypolicy.html |
| Lingue Supportate | 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": [
"*:\/\/*\/*"
]
} | |