Webpage to DOCX
Convert any web page to DOCX.
O que é Webpage to DOCX?
Webpage to DOCX é uma extensão do Chrome desenvolvida por https://grabz.it, e sua principal característica é "Convert any web page to DOCX.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Webpage to DOCX
Baixe arquivos de extensão Webpage to DOCX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Webpage to DOCX |
ID | lgnilmnjhjckgcgbljmemfmblpjmjfjn |
URL Oficial | https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn |
Descrição | Convert any web page to DOCX. |
Tamanho do Arquivo | 244 KB |
Contagem de Instalações | 1,506 |
Versão Atual | 1.1.1 |
Última Atualização | 2024-02-26 |
Data de Publicação | 2023-06-23 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://grabz.it |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://grabz.it |
URL da Página de Ajuda | https://grabz.it/contact/ |
URL da Página de Política de Privacidade | https://grabz.it/legal/privacy-policy |
Idiomas Suportados | 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" } } |