idealista web scraping
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
What is idealista web scraping?
idealista web scraping is a Chrome extension developed by jero, and its main feature is "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".
Extension Screenshots
Download idealista web scraping Extension CRX File
Download idealista web scraping extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Extension Basic Information
Name | idealista web scraping |
ID | omlmedlnclppcmghdljgjmkjooinfljo |
Official URL | https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo |
Description | idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV) |
File Size | 11.43 KB |
Installation Count | 296 |
Current Version | 1.0 |
Last Updated | 2019-07-05 |
Publish Date | 2019-07-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jero |
Payment Type | free |
Supported Languages | 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 } |