Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Web Scrape là gì?
Web Scrape là một tiện ích mở rộng Chrome được phát triển bởi https://webscrape.me, và tính năng chính của nó là "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Web Scrape
Tải xuống các tệp mở rộng Web Scrape dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Scrape the web with a single click!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Scrape |
ID | impbblcbbkkccnijopkamgjodfjgnpje |
URL Chính Thức | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
Mô tả | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
Kích Thước Tệp | 285 KB |
Số Lần Cài Đặt | 154 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2023-03-09 |
Ngày Phát Hành | 2023-02-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://webscrape.me |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://webscrape.me/support |
URL Trang Chính Sách Bảo Mật | https://webscrape.me/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |