FetchFox
A ChatGPT-powered web scraper
ما هو FetchFox؟
FetchFox هو إضافة Chrome تم تطويرها بواسطة Brandon Hsiao، والميزة الرئيسية لها هي "A ChatGPT-powered web scraper".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FetchFox
قم بتنزيل ملفات الامتداد FetchFox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A ChatGPT-powered web scraper that works in three simple steps:
1) Install the extension. Install our extension from the Chrome App store. After installing, make sure to add your OpenAI key to enable access to ChatGPT.
2) Configure your scrape. Create a new scraping job and type in the data you want to extract. Plain English works, for example: "What is this person's job title?"
3) Scrape the data. Visit the pages you want to scrape, and click the extension once per page. When you're done, download a CSV for later use معلومات أساسية عن التمديد
| الاسم | |
| ID | pibmlmgljfjfndpingfdkaeeglioecem |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/fetchfox/pibmlmgljfjfndpingfdkaeeglioecem |
| الوصف | A ChatGPT-powered web scraper |
| حجم الملف | 2.21 MB |
| عدد التثبيتات | 229 |
| النسخة الحالية | 0.0.1 |
| آخر تحديث | 2023-11-09 |
| تاريخ النشر | 2023-11-06 |
| تقييم | 1.50/5 مجموع تقييمات 2 |
| المطور | Brandon Hsiao |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://ff-landing-tawny.vercel.app/ |
| عنوان صفحة سياسة الخصوصية | https://fetchfoxai.com/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A ChatGPT-powered web scraper",
"version": "0.0.1",
"manifest_version": 3,
"name": "FetchFox",
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_icon": "logo.png"
},
"icons": {
"128": "logo.png"
},
"web_accessible_resources": [
{
"resources": [
"logo.png"
],
"matches": []
}
],
"permissions": [
"scripting",
"storage",
"activeTab"
]
} | |