idealista web scraping

idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)

idealista web scrapingคืออะไร?

idealista web scraping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jero และคุณลักษณะหลักของมันคือ "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)"

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

screenshot

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

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

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

                        idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)                    

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

ชื่อ idealista web scraping idealista web scraping
ID omlmedlnclppcmghdljgjmkjooinfljo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo
คำอธิบาย idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
ขนาดไฟล์ 11.43 KB
จำนวนการติดตั้ง 296
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-07-05
วันที่เผยแพร่ 2019-07-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jero
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "idealista web scraping",
    "version": "1.0",
    "description": "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matchesx": [
                "*:\/\/*\/*"
            ],
            "matches": [
                "https:\/\/www.idealista.com\/*"
            ],
            "css": [
                "content\/contentCss.css"
            ],
            "js": [
                "content\/contentScript.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}