Scrape Hawk

Scrape Hawk is the best point and click Scraper to get the info you need

Scrape Hawk là gì?

Scrape Hawk là một tiện ích mở rộng Chrome được phát triển bởi https://scrapehawk.com, và tính năng chính của nó là "Scrape Hawk is the best point and click Scraper to get the info you need".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrape Hawk

Tải xuống các tệp mở rộng Scrape Hawk 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrape Hawk Scrape Hawk
ID appombffebbgnjddejabpboaibmafing
URL Chính Thức https://chromewebstore.google.com/detail/scrape-hawk/appombffebbgnjddejabpboaibmafing
Mô tả Scrape Hawk is the best point and click Scraper to get the info you need
Kích Thước Tệp 5.89 MB
Số Lần Cài Đặt 341
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-11-30
Ngày Phát Hành 2020-03-08
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://scrapehawk.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.scrapehawk.com
URL Trang Trợ Giúp https://www.twitter.com/scrapehawk
URL Trang Chính Sách Bảo Mật https://www.snipcss.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "css": [
                "css\/scrapehawk_styles.css",
                "css\/jquery.qtip.css",
                "css\/scrapehawk_svg.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/underscore-min.js",
                "js\/sniptools.js",
                "js\/hawk_flyer.js",
                "js\/selectionBox.js",
                "js\/selectElemListeners.js",
                "js\/uri.all.min.js",
                "js\/svg.js",
                "js\/jquery.qtip.min.js",
                "js\/draggabilly.pkgd.min.js",
                "contentscript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.scrapehawk.com\/*"
        ]
    },
    "web_accessible_resources": [
        "templates\/*",
        "css\/*",
        "img\/*",
        "fonts\/*.ttf",
        "sound\/*",
        "js\/*"
    ]
}