Scrape Hawk
Scrape Hawk is the best point and click Scraper to get the info you need
Scrape Hawk란 무엇입니까?
Scrape Hawk은(는) https://scrapehawk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape Hawk is the best point and click Scraper to get the info you need"입니다.
확장 프로그램 스크린샷
Scrape Hawk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Data is the oil of the 21st century. - Andrew Yang Don't let huge corporations be the only ones getting insights from data on the web! With Scrape Hawk data extraction is easy and accessible to anyone. Simply point and click at a list of items on any website and Scrape Hawk automatically does everything to turn it into organized data. There is no need for complicated rules or tediously clicking each item you want to extract... in Scrape Hawk all the images, links and text are automatically put into fields and ready to extract after just one button click. You can also specify Next page links, or individual item links to get additional data for an item. ### Other scrapers store YOUR DATA in the cloud! Scrape Hawk is different - your computer (or your database) is the only place your scrape data belongs. That way you can be sure that any proprietary data sets you extract never touch someone else's servers. With Scrape Hawk you can now create as many scrapers as you want. Data from any scrape run can be downloaded as a csv file. In a future version you'll be able to send your scrape results to your database This is the beta 1.0 release of Scrape Hawk so I'm looking for feedback on how I could make this free version better before offering a more full-featured Pro version that runs as a desktop application. If you wish to learn more about the product or support future development visit ScrapeHawk.com.
확장 프로그램 기본 정보
이름 | Scrape Hawk |
ID | appombffebbgnjddejabpboaibmafing |
공식 URL | https://chromewebstore.google.com/detail/scrape-hawk/appombffebbgnjddejabpboaibmafing |
설명 | Scrape Hawk is the best point and click Scraper to get the info you need |
파일 크기 | 5.89 MB |
설치 횟수 | 341 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2020-11-30 |
출시 날짜 | 2020-03-08 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://scrapehawk.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.scrapehawk.com |
도움말 페이지 URL | https://www.twitter.com/scrapehawk |
개인정보 보호 정책 페이지 URL | https://www.snipcss.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrape Hawk", "version": "1.0.3", "description": "Scrape Hawk is the best point and click Scraper to get the info you need", "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/uri.all.min.js", "js\/date.js", "scrapehawk.js" ] }, "icons": { "16": "img\/hawk_16x16.png", "48": "img\/hawk_48x48.png", "128": "img\/hawk_128x128.png" }, "browser_action": { "default_icon": "img\/hawk_128x128.png", "default_popup": "popup.html", "default_title": "Scrape Hawk" }, "options_page": "options.html", "permissions": [ "https:\/\/www.scrapehawk.com\/", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "tabs", "activeTab", "storage", "unlimitedStorage", "alarms" ], "content_scripts": [ { "matches": [ " |