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/ |
电子邮箱 | [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" ] } |