Webpage to DOCX

Convert any web page to DOCX.

Wat is Webpage to DOCX?

Webpage to DOCX is een Chrome-extensie ontwikkeld door https://grabz.it, en de belangrijkste functie is "Convert any web page to DOCX.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Webpage to DOCX

Download Webpage to DOCX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Webpage to DOCX Webpage to DOCX
ID lgnilmnjhjckgcgbljmemfmblpjmjfjn
Officiële URL https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn
Beschrijving Convert any web page to DOCX.
Bestandsgrootte 244 KB
Aantal Installaties 1,506
Huidige Versie 1.1.1
Laatst Bijgewerkt 2024-02-26
Publicatiedatum 2023-06-23
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://grabz.it
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://grabz.it
Help Pagina-URL https://grabz.it/contact/
URL van de Privacybeleid Pagina https://grabz.it/legal/privacy-policy
Ondersteunde Talen 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"
    }
}