Scrapolysis
An SEO tool to extract data from a web page using predefined or custom regex(s).
ما هو Scrapolysis؟
Scrapolysis هو إضافة Chrome تم تطويرها بواسطة MAK، والميزة الرئيسية لها هي "An SEO tool to extract data from a web page using predefined or custom regex(s).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scrapolysis
قم بتنزيل ملفات الامتداد Scrapolysis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Scrapolysis allows users to extract data from single or multiple web pages in a single run using predefined or custom regular expression(s).
Scraped data later can be exported as Excel Sheet(XLS). معلومات أساسية عن التمديد
| الاسم | |
| ID | kgkenfklibnbdgljhcbehahbadbpbcbo |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/scrapolysis/kgkenfklibnbdgljhcbehahbadbpbcbo |
| الوصف | An SEO tool to extract data from a web page using predefined or custom regex(s). |
| حجم الملف | 1.48 MB |
| عدد التثبيتات | 444 |
| النسخة الحالية | 1.0.3 |
| آخر تحديث | 2019-03-08 |
| تاريخ النشر | 2019-03-08 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | MAK |
| نوع الدفع | free |
| موقع الإضافة | http://www.hackwithmak.com |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"settings_manager.js",
"background.js"
]
},
"manifest_version": 2,
"name": "Scrapolysis",
"description": "An SEO tool to extract data from a web page using predefined or custom regex(s).",
"version": "1.0.3",
"icons": {
"128": "images\/mLogo.png"
},
"browser_action": {
"default_icon": "images\/mLogo.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"js\/jquery.js"
],
"content_security_policy": "script-src 'self' https:\/\/platform.twitter.com\/widgets.js; object-src 'self'",
"options_page": "options.html",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
]
} | |