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)」です。
拡張機能のスクリーンショット
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) 拡張機能の基本情報
| 名前 | |
| 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
} | |