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是由jero开发的Chrome扩展程序,该扩展的主要功能是“idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)”。

扩展截图

screenshot

下载idealista web scraping扩展crx文件

下载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
}