Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Co je Web Scrape?
Web Scrape je rozšíření Chrome vyvinuté https://webscrape.me, a jeho hlavní funkcí je „Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Web Scrape
Stáhněte si soubory rozšíření Web Scrape ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Scrape the web with a single click!
Základní Informace o Rozšíření
Název | Web Scrape |
ID | impbblcbbkkccnijopkamgjodfjgnpje |
Oficiální URL | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
Popis | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
Velikost souboru | 285 KB |
Počet instalací | 154 |
Aktuální Verze | 0.0.0.4 |
Poslední Aktualizace | 2023-03-09 |
Datum Vydání | 2023-02-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://webscrape.me |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://webscrape.me/support |
URL Stránky Zásad Ochrany Soukromí | https://webscrape.me/privacy |
Podporované Jazyky | 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": [] } |