Page Grabber

Page Brabber, easy to extract content of interest from page.

Page Grabber란 무엇입니까?

Page Grabber은(는) Shoukun Sun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Page Brabber, easy to extract content of interest from page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Page Grabber Page Grabber
ID ockicahnllhjaiagfbdocfpoibphfimn
공식 URL https://chromewebstore.google.com/detail/page-grabber/ockicahnllhjaiagfbdocfpoibphfimn
설명 Page Brabber, easy to extract content of interest from page.
파일 크기 59.28 KB
설치 횟수 90
현재 버전 0.1
최근 업데이트 2019-03-03
출시 날짜 2019-02-26
개발자 Shoukun Sun
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Titor",
    "name": "Page Grabber",
    "short_name": "PG",
    "version": "0.1",
    "description": "Page Brabber, easy to extract content of interest from page.",
    "icons": {
        "128": "logo128.png",
        "64": "logo64.png",
        "32": "logo32.png"
    },
    "browser_action": {
        "default_icon": "logo64.png",
        "default_title": "Page Grabber",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}