ZHUJIAN

A simple web page to markdown tool

ZHUJIANคืออะไร?

ZHUJIAN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GanymedeNil และคุณลักษณะหลักของมันคือ "A simple web page to markdown tool"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ZHUJIAN ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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