Webpage to DOCX

Convert any web page to DOCX.

什么是Webpage to DOCX?

Webpage to DOCX是由https://grabz.it开发的Chrome扩展程序,该扩展的主要功能是“Convert any web page to DOCX.”。

扩展截图

screenshot
screenshot
screenshot

下载Webpage to DOCX扩展crx文件

下载Webpage to DOCX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Webpage to DOCX Webpage to DOCX
ID lgnilmnjhjckgcgbljmemfmblpjmjfjn
官方URL https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn
简介 Convert any web page to DOCX.
文件大小 244 KB
安装次数 1,506
当前版本 1.1.1
更新时间 2024-02-26
上架时间 2023-06-23
评分 3.67/5 共3次评分
开发者 https://grabz.it
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://grabz.it
帮助页面URL https://grabz.it/contact/
隐私政策页面URL https://grabz.it/legal/privacy-policy
支持的语言 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"
    }
}