PDF to Text Converter

Convert PDF documents to Text files.

Was ist PDF to Text Converter?

PDF to Text Converter ist eine Chrome-Erweiterung, die von https://online-converter.freepdfsolutions.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert PDF documents to Text files.".

Erweiterungsscreenshots

screenshot
screenshot

PDF to Text Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie PDF to Text Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PDF to Text Converter, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

New version: removed new tab change.

You can uninstall the extension at any time.                    

Grundlegende Informationen zur Erweiterung

Name PDF to Text Converter PDF to Text Converter
ID bihplaelndapigjjgeikndieijpbiffh
Offizielle URL https://chromewebstore.google.com/detail/pdf-to-text-converter/bihplaelndapigjjgeikndieijpbiffh
Beschreibung Convert PDF documents to Text files.
Dateigröße 13.24 KB
Installationsanzahl 3,719
Aktuelle Version 4.0
Letztes Update 2020-05-29
Veröffentlichungsdatum 2020-05-28
Bewertung 1.80/5 Insgesamt 10 Bewertungen
Entwickler https://online-converter.freepdfsolutions.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://online-converter.freepdfsolutions.com/#pdf-to-text-converter
URL der Datenschutzrichtlinien-Seite https://www.freepdfsolutions.com/privacypolicy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PDF to Text Converter",
    "default_locale": "en",
    "description": "Convert PDF documents to Text files.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "4.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    }
}