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 |
Eメール | [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" ] } |