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 là gì?
idealista web scraping là một tiện ích mở rộng Chrome được phát triển bởi jero, và tính năng chính của nó là "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng idealista web scraping
Tải xuống các tệp mở rộng idealista web scraping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | idealista web scraping |
ID | omlmedlnclppcmghdljgjmkjooinfljo |
URL Chính Thức | https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo |
Mô tả | idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV) |
Kích Thước Tệp | 11.43 KB |
Số Lần Cài Đặt | 296 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-07-05 |
Ngày Phát Hành | 2019-07-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | jero |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |