Webpage to DOCX
Convert any web page to DOCX.
Qu'est-ce que Webpage to DOCX ?
Webpage to DOCX est une extension Chrome développée par https://grabz.it, et sa fonction principale est "Convert any web page to DOCX.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Webpage to DOCX
Téléchargez les fichiers d'extension Webpage to DOCX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Webpage to DOCX |
ID | lgnilmnjhjckgcgbljmemfmblpjmjfjn |
URL Officiel | https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn |
Description | Convert any web page to DOCX. |
Taille du Fichier | 244 KB |
Nombre d'Installations | 1,506 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2024-02-26 |
Date de Publication | 2023-06-23 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://grabz.it |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://grabz.it |
URL de la Page d'Aide | https://grabz.it/contact/ |
URL de la Page de Politique de Confidentialité | https://grabz.it/legal/privacy-policy |
Langues Prises en Charge | 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" } } |