Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
什么是Web Scrape?
Web Scrape是由https://webscrape.me开发的Chrome扩展程序,该扩展的主要功能是“Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!”。
扩展截图
下载Web Scrape扩展crx文件
下载Web Scrape扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scrape the web with a single click! 扩展基本信息
| 名称 | |
| ID | impbblcbbkkccnijopkamgjodfjgnpje |
| 官方URL | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
| 简介 | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
| 文件大小 | 285 KB |
| 安装次数 | 154 |
| 当前版本 | 0.0.0.4 |
| 更新时间 | 2023-03-09 |
| 上架时间 | 2023-02-17 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://webscrape.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://webscrape.me/support |
| 隐私政策页面URL | https://webscrape.me/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Web Scrape",
"version": "0.0.0.4",
"description": "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!",
"icons": {
"16": "assets\/scraper_16.png",
"48": "assets\/scraper_48.png",
"128": "assets\/scraper_128.png"
},
"background": {
"service_worker": "background\/index.js",
"type": "module"
},
"permissions": [],
"content_scripts": [
{
"js": [
"content\/import-index.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"loading.gif"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
},
{
"resources": [
"chunks\/*-*.js",
"content\/index.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": []
} | |