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
扩展基本信息
名称 | FetchFox |
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/ |
隐私政策页面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" ] } |