Webpage to DOCX

Convert any web page to DOCX.

Vad är Webpage to DOCX?

Webpage to DOCX är en Chrome-tillägg utvecklad av https://grabz.it, och dess huvudfunktion är "Convert any web page to DOCX.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Webpage to DOCX-förlängningens CRX-fil

Ladda ner Webpage to DOCX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Webpage to DOCX Webpage to DOCX
ID lgnilmnjhjckgcgbljmemfmblpjmjfjn
Officiell webbadress https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn
Beskrivning Convert any web page to DOCX.
Filstorlek 244 KB
Antal Installationer 1,506
Aktuell Version 1.1.1
Senast Uppdaterad 2024-02-26
Publiceringsdatum 2023-06-23
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://grabz.it
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://grabz.it
Hjälpsida URL https://grabz.it/contact/
URL till Sekretesspolicy Sidan https://grabz.it/legal/privacy-policy
Stödda Språk 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"
    }
}