Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Apa itu Web Scrape?
Web Scrape adalah ekstensi Chrome yang dikembangkan oleh https://webscrape.me, dan fitur utamanya adalah "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Web Scrape
Unduh file ekstensi Web Scrape dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Scrape the web with a single click!
Informasi Dasar Ekstensi
Nama | Web Scrape |
ID | impbblcbbkkccnijopkamgjodfjgnpje |
URL Resmi | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
Deskripsi | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
Ukuran File | 285 KB |
Jumlah Instalasi | 154 |
Versi Saat Ini | 0.0.0.4 |
Terakhir Diperbarui | 2023-03-09 |
Tanggal Publikasi | 2023-02-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://webscrape.me |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://webscrape.me/support |
URL Halaman Kebijakan Privasi | https://webscrape.me/privacy |
Bahasa yang Didukung | 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": [] } |