Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
ما هو Web Scrape؟
Web Scrape هو إضافة Chrome تم تطويرها بواسطة https://webscrape.me، والميزة الرئيسية لها هي "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Scrape
قم بتنزيل ملفات الامتداد Web Scrape بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Scrape the web with a single click! معلومات أساسية عن التمديد
| الاسم | |
| ID | impbblcbbkkccnijopkamgjodfjgnpje |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
| الوصف | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
| حجم الملف | 285 KB |
| عدد التثبيتات | 154 |
| النسخة الحالية | 0.0.0.4 |
| آخر تحديث | 2023-03-09 |
| تاريخ النشر | 2023-02-17 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://webscrape.me |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://webscrape.me/support |
| عنوان صفحة سياسة الخصوصية | https://webscrape.me/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Web Scrape",
"version": "0.0.0.4",
"description": "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!",
"icons": {
"16": "assets\/scraper_16.png",
"48": "assets\/scraper_48.png",
"128": "assets\/scraper_128.png"
},
"background": {
"service_worker": "background\/index.js",
"type": "module"
},
"permissions": [],
"content_scripts": [
{
"js": [
"content\/import-index.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"loading.gif"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
},
{
"resources": [
"chunks\/*-*.js",
"content\/index.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": []
} | |