Webpage to DOCX

Convert any web page to DOCX.

Webpage to DOCXคืออะไร?

Webpage to DOCX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grabz.it และคุณลักษณะหลักของมันคือ "Convert any web page to DOCX."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webpage to DOCX

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}