Page Crawler

Scrape links from any site

What is Page Crawler?

Page Crawler is a Chrome extension developed by ousaliacoding, and its main feature is "Scrape links from any site".

Extension Screenshots

screenshot
screenshot

Download Page Crawler Extension CRX File

Download Page Crawler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A convenient way to scrape links from any webpage! From hidden links to embedded urls, easily download and filter through link data on any page. This extension is especially useful for finding and downloading pdf and zip files contained on cluttered pages.                    

Extension Basic Information

Name Page Crawler Page Crawler
ID nhfmebcjlggkbdmiefgnffgmpaaonndb
Official URL https://chromewebstore.google.com/detail/page-crawler/nhfmebcjlggkbdmiefgnffgmpaaonndb
Description Scrape links from any site
File Size 26.33 KB
Installation Count 2,268
Current Version 1.1
Last Updated 2019-08-09
Publish Date 2019-08-05
Rating 4.50/5 Total 6 Ratings
Developer ousaliacoding
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Crawler",
    "description": "Scrape links from any site",
    "version": "1.1",
    "permissions": [
        "downloads",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/pic48.png",
        "128": "images\/pic128.png"
    },
    "manifest_version": 2
}