idealista web scraping
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Cos'è idealista web scraping?
idealista web scraping è un'estensione di Chrome sviluppata da jero, e la sua funzione principale è "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione idealista web scraping
Scarica i file di estensione idealista web scraping in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Informazioni di Base sull'Estensione
Nome | idealista web scraping |
ID | omlmedlnclppcmghdljgjmkjooinfljo |
URL Ufficiale | https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo |
Descrizione | idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV) |
Dimensione del File | 11.43 KB |
Conteggio Installazioni | 296 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-07-05 |
Data di Pubblicazione | 2019-07-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | jero |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |