Page Crawler

Scrape links from any site

Page Crawler란 무엇입니까?

Page Crawler은(는) ousaliacoding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape links from any site"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Page Crawler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Page Crawler Page Crawler
ID nhfmebcjlggkbdmiefgnffgmpaaonndb
공식 URL https://chromewebstore.google.com/detail/page-crawler/nhfmebcjlggkbdmiefgnffgmpaaonndb
설명 Scrape links from any site
파일 크기 26.33 KB
설치 횟수 2,268
현재 버전 1.1
최근 업데이트 2019-08-09
출시 날짜 2019-08-05
평점 4.50/5 총 6 개의 평점
개발자 ousaliacoding
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}