Webpage to DOCX
Convert any web page to DOCX.
Hvad er Webpage to DOCX?
Webpage to DOCX er en Chrome-udvidelse udviklet af https://grabz.it, og dens hovedfunktion er "Convert any web page to DOCX.".
Udvidelsesskærmbilleder
Download Webpage to DOCX-udvidelses-CRX-fil
Download Webpage to DOCX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Webpage to DOCX |
ID | lgnilmnjhjckgcgbljmemfmblpjmjfjn |
Officiel URL | https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn |
Beskrivelse | Convert any web page to DOCX. |
Filstørrelse | 244 KB |
Antal Installationer | 1,506 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2024-02-26 |
Udgivelsesdato | 2023-06-23 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | https://grabz.it |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://grabz.it |
Hjælpeside-URL | https://grabz.it/contact/ |
URL til Fortrolighedspolitik Side | https://grabz.it/legal/privacy-policy |
Understøttede Sprog | 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" } } |