Web Scrapper Module
This extension allows you to scrape details from Website
ما هو Web Scrapper Module؟
Web Scrapper Module هو إضافة Chrome تم تطويرها بواسطة Mad Scientist، والميزة الرئيسية لها هي "This extension allows you to scrape details from Website".
تحميل ملف CRX للإضافة Web Scrapper Module
قم بتنزيل ملفات الامتداد Web Scrapper Module بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Web Scrapper Module |
ID | iffnpffhbgdhdnaoobgecaefaecccnbp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/web-scrapper-module/iffnpffhbgdhdnaoobgecaefaecccnbp |
الوصف | This extension allows you to scrape details from Website |
حجم الملف | 54.8 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-12-01 |
تاريخ النشر | 2015-12-01 |
المطور | Mad Scientist |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Scrapper Module", "description": "This extension allows you to scrape details from Website", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon256.png" }, "background": { "scripts": [ "jquery-min.js", "background.js" ] }, "content_scripts": [ { "js": [ "jquery-min.js", "bridge.js" ], "matches": [ "*:\/\/*\/*", "*:\/\/*.cozeva.com\/*", "*:\/\/*.cozeva.me\/*", "*:\/\/fiddle.jshell.net\/*", "*:\/\/run.jsbin.io\/*", "*:\/\/localhost\/*" ] } ], "permissions": [ "activeTab" ] } |