FetchFox
A ChatGPT-powered web scraper
什麼是FetchFox?
FetchFox是由Brandon Hsiao開發的Chrome擴展程式,該擴展的主要功能是“A ChatGPT-powered web scraper”。
擴展截圖
下載FetchFox擴展crx文件
下載FetchFox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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/ |
| 隱私政策頁面URL | 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"
]
} | |