ZHUJIAN

A simple web page to markdown tool

ZHUJIAN란 무엇입니까?

ZHUJIAN은(는) GanymedeNil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple web page to markdown tool"입니다.

확장 프로그램 스크린샷

screenshot

ZHUJIAN 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ZHUJIAN is not only a simple web-to-markdown tool, but you can also use it with other third-party article cropping tools to facilitate your article management. The current export to the image is still in the beta stage, and the export will fail for too long articles.

operating:
1. Right click on the article page you need to save
2. If the article has disturbing content (advertising, etc.), you can choose to clear the ad, then select the corresponding area in the article (the red box appears in the selected area), click the left button, the ad can be removed, press esc to exit (if This step does not interfere with the content directly to step 3)
3. Then, click to select the content, select the content will appear green box of the selected content, select the main body of the article and click the left button to select
4. Export, export the article can choose the image type, the current optional image type is base64 and source image address, you can choose as needed.

Of course, the clear advertising function can also be used directly, and then saved by a third-party file cutting tool.                    

확장 프로그램 기본 정보

이름 ZHUJIAN ZHUJIAN
ID kknmdfjljofckpgkohkeahcacllhjkon
공식 URL https://chromewebstore.google.com/detail/zhujian/kknmdfjljofckpgkohkeahcacllhjkon
설명 A simple web page to markdown tool
파일 크기 203 KB
설치 횟수 44
현재 버전 1.0.1
최근 업데이트 2019-04-24
출시 날짜 2019-04-23
평점 5.00/5 총 1 개의 평점
개발자 GanymedeNil
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.ganymedenil.com
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/turndown.js",
                "js\/notify.js",
                "js\/html2canvas.js",
                "js\/mousetrap.js",
                "js\/FileSaver.js",
                "js\/dom-to-image.js",
                "js\/content.js"
            ],
            "css": [
                "css\/notify.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/www.ganymedenil.com"
}