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