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 |
| 官方網址 | 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": []
} | |