Webpage to DOCX

Convert any web page to DOCX.

Was ist Webpage to DOCX?

Webpage to DOCX ist eine Chrome-Erweiterung, die von https://grabz.it entwickelt wurde, und ihr Hauptmerkmal ist "Convert any web page to DOCX.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Webpage to DOCX-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webpage to DOCX-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

                        Quickly convert any webpage to a DOCX document, that can be opened in Microsoft Word and other applications. This application reads the content of the current web page and sends it to GrabzIt's API for conversion before automatically downloading it to your computer.

Once you have installed your application just follow the instructions in the extension to get your own free application key, enter it into the extension and get converting!                    

Grundlegende Informationen zur Erweiterung

Name Webpage to DOCX Webpage to DOCX
ID lgnilmnjhjckgcgbljmemfmblpjmjfjn
Offizielle URL https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn
Beschreibung Convert any web page to DOCX.
Dateigröße 244 KB
Installationsanzahl 1,506
Aktuelle Version 1.1.1
Letztes Update 2024-02-26
Veröffentlichungsdatum 2023-06-23
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://grabz.it
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://grabz.it
Hilfeseite URL https://grabz.it/contact/
URL der Datenschutzrichtlinien-Seite https://grabz.it/legal/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage to DOCX",
    "description": "Convert any web page to DOCX.",
    "version": "1.1.1",
    "options_page": "options.html",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/grabz.it\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "downloads"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "96": "icon.png",
        "128": "icon128.png"
    }
}