Google Search Results Scraper
Collect google search results and save them into an Excel table
Google Search Results Scraperとは何ですか?
Google Search Results Scraperはbraingainsoft - https://sourcingcertification.com/によって開発されたChromeの拡張機能で、その主な機能は「Collect google search results and save them into an Excel table」です。
拡張機能のスクリーンショット
Google Search Results Scraper拡張機能のCRXファイルをダウンロード
Google Search Results Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension scrapes and allow the user to save google search results. It operates on Google search results pages. The extension parses the results page and collects the following information about each result: a site name (page), a title, a link, and a snippet. In addition, it extracts emails from the snippet if any are available. Duplicate results are removed. The results are presented in a table in the popup window of the extension. After the results are collected, the user has an option to save the results into an Excel file. By default, the extension collects all available results for a given query. As it executes, the active tab will update to load more results. To use: enter a query and once the results appear on a page, click the extension's icon, then click the "Collect Search Results" button in the popup window.
拡張機能の基本情報
名前 | Google Search Results Scraper |
ID | cmdkhofenchpdlkbpkheddfgfdmmobcc |
公式URL | https://chromewebstore.google.com/detail/google-search-results-scr/cmdkhofenchpdlkbpkheddfgfdmmobcc |
説明 | Collect google search results and save them into an Excel table |
ファイルサイズ | 117 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0 |
最終更新日 | 2023-12-05 |
公開日 | 2023-12-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | braingainsoft - https://sourcingcertification.com/ |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/1SIHgIdjxO032pbE3_m21DF1VTLDYF4B9_ksuqMh7Cek/edit |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Search Results Scraper", "description": "Collect google search results and save them into an Excel table", "version": "1.0", "action": { "default_icon": "magnifier16.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "downloads", "scripting", "storage" ] } |