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
官方網址 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"
    }
}