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 هو إضافة Chrome تم تطويرها بواسطة jero، والميزة الرئيسية لها هي "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة idealista web scraping
قم بتنزيل ملفات الامتداد idealista web scraping بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
معلومات أساسية عن التمديد
الاسم | 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 } |