Scraping Helper

Automatically generate CSS selector for web structure analysis

Scraping Helperคืออะไร?

Scraping Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Weicheng Huang และคุณลักษณะหลักของมันคือ "Automatically generate CSS selector for web structure analysis"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Automatically generate CSS selector for web structure analysis

Feature:
* Automatically generate CSS selector for web structure analysis
* Inspect element attributes
* Generate reference code

Updates:
* Rewrite app with React and Antd
* Add python and js sample code
* Add English translation

v0.4 
This extension is still testing, please use at your caution

Install:
After install the extension, please refresh the page before "launch" the extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scraping Helper Scraping Helper
ID kmghfpaenbmakjffjhjncacmhagadgbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scraping-helper/kmghfpaenbmakjffjhjncacmhagadgbg
คำอธิบาย Automatically generate CSS selector for web structure analysis
ขนาดไฟล์ 542 KB
จำนวนการติดตั้ง 5,096
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2021-05-31
วันที่เผยแพร่ 2016-10-12
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Weicheng Huang
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/huangwc94/scraping-helper-chrome-extension
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.4",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png",
        "panel.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/global.css"
            ],
            "js": [
                "js\/content.bundle.js"
            ]
        }
    ],
    "default_locale": "en"
}

ส่วนขยายที่เกี่ยวข้อง