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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}