DoWebScraper

Turn structured HTML into a CSV or a TXT file.

DoWebScraperคืออะไร?

DoWebScraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://quotinue.com และคุณลักษณะหลักของมันคือ "Turn structured HTML into a CSV or a TXT file."

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

screenshot

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

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

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

                        Dead simple web scraper for data. You drop in a CSS selector and you get a table of data that you can download to a text or CSV file. I was looking for a dead simple scraper that just did what it was supposed to do without annoying me. None existed anymore so I decided to make my own. Do not expect fancy features but feel free to email me with new ideas. 

1.0.3 improves the layout of the app itself and adds a "Clear" function.                    

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

ชื่อ DoWebScraper DoWebScraper
ID knkolhdlegaanmhhlbknpelfmjlbfmkk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dowebscraper/knkolhdlegaanmhhlbknpelfmjlbfmkk
คำอธิบาย Turn structured HTML into a CSV or a TXT file.
ขนาดไฟล์ 32.72 KB
จำนวนการติดตั้ง 843
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2019-04-12
วันที่เผยแพร่ 2019-04-12
ผู้พัฒนา http://quotinue.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.quotinue.com/introducing-dowebscraper/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DoWebScraper",
    "description": "Turn structured HTML into a CSV or a TXT file.",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "ScraperLogo.png",
        "default_title": "DoWebScraper"
    },
    "background": {
        "scripts": [
            "mybackground.js"
        ]
    },
    "web_accessible_resources": [
        "page.html"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "pageCapture"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}